Difference between revisions of "Module talk:SandboxUString"

From PKC
Jump to navigation Jump to search
Line 1: Line 1:
{{#invoke:SandboxUString|countChar|{{:Module:SandboxShortCode}}}}
{{#invoke:SandboxUString|countChar|{{:Module:SandboxShortCode}}}}


=Show Code Test=
=Show Code Test=
{{#invoke:SandboxUString|showCode}}
{{#invoke:SandboxUString|showCode}}
}}


=Another Test=
=Another Test=

Revision as of 11:43, 11 January 2022

The number of characters is:291

Show Code Test

/*^ABCDabc&-left&-right/*^D

Another Test

-- aString Some examples for punctuation:<, >, \\ // ' " .. ...
function p.greek_letter()
	cf = mw.getCurrentFrame()
	-- aString = "<h1>\\" .. mw.allToString(cf.args[1]) .. "</h1>"
	str = mw.getCurrentFrame().args[1]
	aString = cf:preprocess("firstStr"..str.."secondStr")
	return aString
end69

More Tests

byte
mw.ustring.byte('\') is 92
char
mw.ustring.char(92) is \
byte
mw.ustring.codepoint('张') is 24352
byte
mw.ustring.char(24352) is 张