Category:Unicode methods: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
See [[Notation conventions for methods|"Notation conventions for methods"]] for information about the conventions followed in the method descriptions. | See [[Notation conventions for methods|"Notation conventions for methods"]] for information about the conventions followed in the method descriptions. | ||
==PDF== | |||
You can [{{fullurl:{{FULLPAGENAMEE}}|action=pdfbook}} use this link] to create a PDF file that contains all the pages in this category. | |||
[[Category:Intrinsic methods]] | [[Category:Intrinsic methods]] |
Revision as of 17:47, 9 October 2012
Unicode methods treat their method object as a string of type Unicode. Any value that is not a unicode value is automatically converted before it is acted on by the method. For more information about this conversion, see "Implicit Unicode conversions".
Unicode strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case.
See the list of Unicode Methods for a list of the methods along with brief descriptions.
See "Notation conventions for methods" for information about the conventions followed in the method descriptions.
You can use this link to create a PDF file that contains all the pages in this category.
Pages in category "Unicode methods"
The following 22 pages are in this category, out of 22 total.
U
- UnicodeAfter (Unicode function)
- UnicodeBefore (Unicode function)
- UnicodeChar (Unicode function)
- UnicodeEQ, UnicodeNE, UnicodeLT, UnicodeLE, UnicodeGE and UnicodeGT (Unicode functions)
- UnicodeLeft (Unicode function)
- UnicodeLength (Unicode function)
- UnicodePositionIn and UnicodePositionOf (Unicode functions)
- UnicodeRegexMatch (Unicode function)
- UnicodeRegexReplace (Unicode function)
- UnicodeReplace (Unicode function)
- UnicodeRight (Unicode function)
- UnicodeSubstring (Unicode function)
- UnicodeToEbcdic (Unicode function)
- UnicodeToUpper and UnicodeToLower (Unicode functions)
- UnicodeToUtf16 (Unicode function)
- UnicodeToUtf8 (Unicode function)
- UnicodeTrimLeft and UnicodeTrimRight (Unicode functions)
- UnicodeUnspace (Unicode function)
- UnicodeUntranslatablePosition (Unicode function)
- UnicodeUrlEncode and UnicodeFormUrlEncode (Unicode functions)
- UnicodeWith (Unicode function)