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 2: Line 2:
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
{{Template:Method_list_header|class=Unicode}}
{{Template:Method_list_header|class=Unicode}}
, and:
*[[List of String methods]]
*[[List of Float methods]]
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>

Revision as of 21:52, 18 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
UnicodeToEbcdicTRTO
UnicodeToLower
UnicodeToUpper
UnicodeToUtf16
UnicodeToUtf16Hex
UnicodeToUtf8
UnicodeToUtf8Hex
UnicodeUntranslatablePosition
UnicodeWith