Category:Unicode methods: Difference between revisions
mNo edit summary |
m (add template) |
||
Line 5: | Line 5: | ||
See the [[List of Unicode methods|list of Unicode Methods]] for a list of the methods along with brief descriptions. | See the [[List of Unicode methods|list of Unicode Methods]] for a list of the methods along with brief descriptions. | ||
See [[Notation conventions for methods | See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions. | ||
==PDF of category pages== | |||
{{Template:PDF of category pages}} | |||
[[Category:Intrinsic methods| Unicode methods]] | [[Category:Intrinsic methods| Unicode methods]] |
Latest revision as of 21:55, 16 November 2015
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.
PDF of category pages
You can use this link to create a PDF file that contains all the pages in this category. For each subcategory, this PDF will also contain a linked list of its constituent pages.
Note: The resulting PDF is not optimized for online use. All blue links except for those in the table of contents (TOC) take you outside of the PDF (typically to http://m204wiki.rocketsoftware.com), so you must rely on the PDF bookmarks and TOC for online navigation. Hovering your mouse over a link will reveal its destination.
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)