editor, Administrators
926
edits
Line 471: | Line 471: | ||
== StringFunctionsEscaped == | == StringFunctionsEscaped == | ||
; Test | |||
{{#sfe_uppercase: hello world}} | |||
; Expected | |||
HELLO WORLD | |||
; Test | ; Test | ||
{{# | {{#sfe_lowercase: HELLO WORLD}} | ||
; Expected | |||
hello world | |||
; Test | |||
{{#sfe_titlecase: hello world}} | |||
; Expected | ; Expected | ||
Hello World | |||
== SpamBlacklist == | == SpamBlacklist == |