Category:Unicode methods: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "Unicode methods treat their method object as a string of type <var>Unicode</var>. Any value that is n...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Intrinsic classes#Two generic intrinsic classes: string and numeric|Unicode]] methods treat their method object as a string of type <var>[[Unicode]]</var>. Any value that is not a unicode value is [[Intrinsic classes#Automatic “implicit” conversion of intrinsic values|automatically converted]] before it is acted on by the method. For more information about this conversion, see [[Unicode#Implicit Unicode conversions|Implicit Unicode conversions]]. | [[Intrinsic classes#Two generic intrinsic classes: string and numeric|Unicode]] methods treat their method object as a string of type <var>[[Unicode]]</var>. Any value that is not a unicode value is [[Intrinsic classes#Automatic “implicit” conversion of intrinsic values|automatically converted]] before it is acted on by the method. For more information about this conversion, see [[Unicode#Implicit Unicode conversions|"Implicit Unicode conversions"]]. | ||
<var>Unicode</var> strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case. | <var>Unicode</var> strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case. | ||
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]] 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. | ||
[[Category:Intrinsic methods]] | [[Category:Intrinsic methods]] |
Revision as of 23:08, 2 May 2011
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.
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)