List of Unicode methods

From m204wiki
Revision as of 20:24, 23 May 2016 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

The following are the available Unicode class methods.

<td valign="top"{�4�{�����H�������������e string</tr%{�4�{�����H���������lign="top">UnicodeLT<td valig{�4�{�����H�����5B[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]
MethodDescription
[[JsonParse (Unicode function)|JsonP{�4�{�����H�����������������lign="top">Parse a string into a Json object tree
UnicodeAfterPart of string after a substring
UnicodeBeforePart of string before a substring
UnicodeCharThe value at a specified position in the input string
UnicodeEQTest if unicode strings are equal
UnicodeFormUrlEncode
UnicodeGETest if unicode string greater than or equal to another
UnicodeGTTest if unicode string greater than another
UnicodeLETest if unicode string less than or equal to another
UnicodeLeftThe left-most characters of the string
UnicodeLengthLength of this stringTest if unicode string less than another
UnicodeNETest if unicode strings are unequal
UnicodePositionInThe numeric position of one string within another
UnicodePositionOfThe numeric position of one string within another
UnicodeRegexMatchPosition after match of regex
Replace regex match(es)
UnicodeReplaceApply the replacement table to this string
UnicodeRightThe right-most characters of the string
UnicodeSubstringReturn a substring of the method object string
UnicodeToEbcdicTranslate to Ebcdic
[[UnicodeToLower (Unico{�4�{�����H�7CUnicodeToLower]]Translate to lowercase
UnicodeToUpperTranslate to uppercase
UnicodeToUtf16Translate to UTF-16
UnicodeToUtf8Translate to UTF-8
UnicodeTrimLeftTrim characters from left of string
UnicodeTrimRightTrim characters from right of s{�4�{����2Ftd>
UnicodeUnspaceRemove whitespace characters from the string
UnicodeUntranslatablePositionPosition of first Unicode character not translatable to EBCDIC
UnicodeUrlEncodeURL encode unicode string
UnicodeWithConcatenate this Unicode string with another

See also