Difference between revisions of "Module talk:SandboxUString"

From PKC
Jump to navigation Jump to search
(Created page with "{{#invoke:SandboxUString|byte}} {{#invoke:SandboxUString|char}} {{#invoke:SandboxUString|find}} {{#invoke:SandboxUString|format}} {{#invoke:SandboxUString|gmatch}} {{#invoke:S...")
 
Line 1: Line 1:
{{#invoke:SandboxUString|byte}}
{{#invoke:SandboxUString|byte}}
{{#invoke:SandboxUString|length}}
{{#invoke:SandboxUString|char}}
{{#invoke:SandboxUString|char}}
{{#invoke:SandboxUString|find}}
{{#invoke:SandboxUString|find}}

Revision as of 06:49, 10 January 2022

byte
mw.ustring.byte('\') is 92

Script error: The function "length" does not exist.

char
mw.ustring.char(92) is \

Script error: The function "find" does not exist. Script error: The function "format" does not exist. Script error: The function "gmatch" does not exist.

gsub
string.gsub('This is a test', '%s', '-') is This-is-a-test

Script error: The function "len" does not exist. Script error: The function "lower" does not exist. Script error: The function "match" does not exist. Script error: The function "rep" does not exist. Script error: The function "reverse" does not exist. Script error: The function "sub" does not exist. Script error: The function "upper" does not exist.