Unicode methods syntax

From m204wiki
Revision as of 20:29, 18 January 2011 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The syntax for each of the Unicode class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of Unicode methods.

%object= unicode:UnicodeChar( position)

%object= unicode:UnicodeLeft( number, [Pad= pad])

%number= unicode:UnicodeLength

%number= unicode:UnicodePositionIn( string, [Start= start])

%number= unicode:UnicodePositionOf( string, [Start= start])

%number= unicode:UnicodeRegexMatch( unicode, [Options= options], - [CaptureList= captureList])

%object= unicode:UnicodeRegexReplace( unicode, unicode, [Options= options])

%object= unicode:UnicodeReplace

%object= unicode:UnicodeRight( number, [Pad= pad])

%object= unicode:UnicodeSubstring( number, [number], [Pad= pad])

%string= unicode:UnicodeToEbcdic[( [CharacterEncode= characterEncode])]

%string= unicode:UnicodeToEbcdicTRTO[( [CharacterEncode= characterEncode])]

%object= unicode:UnicodeToLower

%object= unicode:UnicodeToUpper

%string= unicode:UnicodeToUtf16[( [InsertBOM= insertBOM])]

%string= unicode:UnicodeToUtf16Hex

%string= unicode:UnicodeToUtf8[( [InsertBOM= insertBOM])]

%string= unicode:UnicodeToUtf8Hex

%number= unicode:UnicodeUntranslatablePosition

%object= unicode:UnicodeWith( unicode)