List of Unicode methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 18: Line 18:
<tr><td>[[UnicodeSubstring (Unicode function)|UnicodeSubstring]]</td><td>Return a substring of the method object string</td></tr>
<tr><td>[[UnicodeSubstring (Unicode function)|UnicodeSubstring]]</td><td>Return a substring of the method object string</td></tr>
<tr><td>[[UnicodeToEbcdic (Unicode function)|UnicodeToEbcdic]]</td><td></td></tr>
<tr><td>[[UnicodeToEbcdic (Unicode function)|UnicodeToEbcdic]]</td><td></td></tr>
<tr><td>[[UnicodeToEbcdicTRTO (Unicode function)|UnicodeToEbcdicTRTO]]</td><td></td></tr>
<tr><td>[[UnicodeToLower (Unicode function)|UnicodeToLower]]</td><td></td></tr>
<tr><td>[[UnicodeToLower (Unicode function)|UnicodeToLower]]</td><td></td></tr>
<tr><td>[[UnicodeToUpper (Unicode function)|UnicodeToUpper]]</td><td></td></tr>
<tr><td>[[UnicodeToUpper (Unicode function)|UnicodeToUpper]]</td><td></td></tr>

Revision as of 03:27, 19 January 2011


, and:

MethodDescription
UnicodeCharThe value at a specified position in the input string
UnicodeLeftThe left-most characters of the string
UnicodeLength
UnicodePositionInThe numeric position of one string within another
UnicodePositionOfThe numeric position of one string within another
UnicodeRegexMatch
UnicodeRegexReplace
UnicodeReplace
UnicodeRightThe right-most characters of the string
UnicodeSubstringReturn a substring of the method object string
UnicodeToEbcdic
UnicodeToLower
UnicodeToUpper
UnicodeToUtf16
UnicodeToUtf16Hex
UnicodeToUtf8
UnicodeToUtf8Hex
UnicodeUntranslatablePosition
UnicodeWith