List of Unicode methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
Automatically generated page update |
||
| (10 intermediate revisions by 5 users not shown) | |||
| Line 6: | Line 6: | ||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
<tr><td valign="top">[[JsonParse (Unicode function)|JsonParse]]</td><td valign="top">Parse a string into a Json object tree</td></tr> | |||
<tr><td valign="top">[[UnicodeAfter (Unicode function)|UnicodeAfter]]</td><td valign="top">Part of string after a substring</td></tr> | |||
<tr><td valign="top">[[UnicodeBefore (Unicode function)|UnicodeBefore]]</td><td valign="top">Part of string before a substring</td></tr> | |||
<tr><td valign="top">[[UnicodeChar (Unicode function)|UnicodeChar]]</td><td valign="top">The value at a specified position in the input string</td></tr> | <tr><td valign="top">[[UnicodeChar (Unicode function)|UnicodeChar]]</td><td valign="top">The value at a specified position in the input string</td></tr> | ||
<tr><td valign="top">[[UnicodeEQ (Unicode function)|UnicodeEQ]]</td><td valign="top">Test if unicode strings are equal</td></tr> | <tr><td valign="top">[[UnicodeEQ (Unicode function)|UnicodeEQ]]</td><td valign="top">Test if unicode strings are equal</td></tr> | ||
| Line 12: | Line 15: | ||
<tr><td valign="top">[[UnicodeGT (Unicode function)|UnicodeGT]]</td><td valign="top">Test if unicode string greater than another</td></tr> | <tr><td valign="top">[[UnicodeGT (Unicode function)|UnicodeGT]]</td><td valign="top">Test if unicode string greater than another</td></tr> | ||
<tr><td valign="top">[[UnicodeLE (Unicode function)|UnicodeLE]]</td><td valign="top">Test if unicode string less than or equal to another</td></tr> | <tr><td valign="top">[[UnicodeLE (Unicode function)|UnicodeLE]]</td><td valign="top">Test if unicode string less than or equal to another</td></tr> | ||
<tr><td valign="top">[[UnicodeLeft (Unicode function)|UnicodeLeft]]</td><td valign="top">The left-most characters of the string</td></tr> | <tr><td valign="top">[[UnicodeLeft (Unicode function)|UnicodeLeft]]</td><td valign="top">The left-most characters of the string</td></tr> | ||
<tr><td valign="top">[[UnicodeLength (Unicode function)|UnicodeLength]]</td><td valign="top">Length of this string</td></tr> | <tr><td valign="top">[[UnicodeLength (Unicode function)|UnicodeLength]]</td><td valign="top">Length of this string</td></tr> | ||
<tr><td valign="top">[[UnicodeLT (Unicode function)|UnicodeLT]]</td><td valign="top">Test if unicode string less than another</td></tr> | |||
<tr><td valign="top">[[UnicodeNE (Unicode function)|UnicodeNE]]</td><td valign="top">Test if unicode strings are unequal</td></tr> | <tr><td valign="top">[[UnicodeNE (Unicode function)|UnicodeNE]]</td><td valign="top">Test if unicode strings are unequal</td></tr> | ||
<tr><td valign="top">[[UnicodePositionIn (Unicode function)|UnicodePositionIn]]</td><td valign="top">The numeric position of one string within another</td></tr> | <tr><td valign="top">[[UnicodePositionIn (Unicode function)|UnicodePositionIn]]</td><td valign="top">The numeric position of one string within another</td></tr> | ||
<tr><td valign="top">[[UnicodePositionOf (Unicode function)|UnicodePositionOf]]</td><td valign="top">The numeric position of one string within another</td></tr> | <tr><td valign="top">[[UnicodePositionOf (Unicode function)|UnicodePositionOf]]</td><td valign="top">The numeric position of one string within another</td></tr> | ||
<tr><td valign="top">[[UnicodeRegexMatch (Unicode function)|UnicodeRegexMatch]]</td><td valign="top">Position after match of regex</td></tr> | <tr><td valign="top">[[UnicodeRegexMatch (Unicode function)|UnicodeRegexMatch]]</td><td valign="top">Position after match of regex</td></tr> | ||
<tr><td valign="top">[[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]</td><td valign="top">Replace regex | <tr><td valign="top">[[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]</td><td valign="top">Replace regex match(es)</td></tr> | ||
<tr><td valign="top">[[UnicodeReplace (Unicode function)|UnicodeReplace]]</td><td valign="top">Apply the replacement table to this string</td></tr> | <tr><td valign="top">[[UnicodeReplace (Unicode function)|UnicodeReplace]]</td><td valign="top">Apply the replacement table to this string</td></tr> | ||
<tr><td valign="top">[[UnicodeRight (Unicode function)|UnicodeRight]]</td><td valign="top">The right-most characters of the string</td></tr> | <tr><td valign="top">[[UnicodeRight (Unicode function)|UnicodeRight]]</td><td valign="top">The right-most characters of the string</td></tr> | ||
| Line 30: | Line 33: | ||
<tr><td valign="top">[[UnicodeTrimLeft (Unicode function)|UnicodeTrimLeft]]</td><td valign="top">Trim characters from left of string</td></tr> | <tr><td valign="top">[[UnicodeTrimLeft (Unicode function)|UnicodeTrimLeft]]</td><td valign="top">Trim characters from left of string</td></tr> | ||
<tr><td valign="top">[[UnicodeTrimRight (Unicode function)|UnicodeTrimRight]]</td><td valign="top">Trim characters from right of string</td></tr> | <tr><td valign="top">[[UnicodeTrimRight (Unicode function)|UnicodeTrimRight]]</td><td valign="top">Trim characters from right of string</td></tr> | ||
<tr><td valign="top">[[UnicodeUnspace (Unicode function)|UnicodeUnspace]]</td><td valign="top">Remove whitespace characters from the string</td></tr> | |||
<tr><td valign="top">[[UnicodeUntranslatablePosition (Unicode function)|UnicodeUntranslatablePosition]]</td><td valign="top">Position of first Unicode character not translatable to EBCDIC</td></tr> | <tr><td valign="top">[[UnicodeUntranslatablePosition (Unicode function)|UnicodeUntranslatablePosition]]</td><td valign="top">Position of first Unicode character not translatable to EBCDIC</td></tr> | ||
<tr><td valign="top">[[UnicodeUrlEncode (Unicode function)|UnicodeUrlEncode]]</td><td valign="top">URL encode unicode string</td></tr> | <tr><td valign="top">[[UnicodeUrlEncode (Unicode function)|UnicodeUrlEncode]]</td><td valign="top">URL encode unicode string</td></tr> | ||
Latest revision as of 18:38, 27 May 2016
The following are the available Unicode class methods.
| Method | Description |
|---|---|
| JsonParse | Parse a string into a Json object tree |
| UnicodeAfter | Part of string after a substring |
| UnicodeBefore | Part of string before a substring |
| UnicodeChar | The value at a specified position in the input string |
| UnicodeEQ | Test if unicode strings are equal |
| UnicodeFormUrlEncode | Form URL encode unicode string |
| UnicodeGE | Test if unicode string greater than or equal to another |
| UnicodeGT | Test if unicode string greater than another |
| UnicodeLE | Test if unicode string less than or equal to another |
| UnicodeLeft | The left-most characters of the string |
| UnicodeLength | Length of this string |
| UnicodeLT | Test if unicode string less than another |
| UnicodeNE | Test if unicode strings are unequal |
| UnicodePositionIn | The numeric position of one string within another |
| UnicodePositionOf | The numeric position of one string within another |
| UnicodeRegexMatch | Position after match of regex |
| UnicodeRegexReplace | Replace regex match(es) |
| UnicodeReplace | Apply the replacement table to this string |
| UnicodeRight | The right-most characters of the string |
| UnicodeSubstring | Return a substring of the method object string |
| UnicodeToEbcdic | Translate to Ebcdic |
| UnicodeToLower | Translate to lowercase |
| UnicodeToUpper | Translate to uppercase |
| UnicodeToUtf16 | Translate to UTF-16 |
| UnicodeToUtf8 | Translate to UTF-8 |
| UnicodeTrimLeft | Trim characters from left of string |
| UnicodeTrimRight | Trim characters from right of string |
| UnicodeUnspace | Remove whitespace characters from the string |
| UnicodeUntranslatablePosition | Position of first Unicode character not translatable to EBCDIC |
| UnicodeUrlEncode | URL encode unicode string |
| UnicodeWith | Concatenate this Unicode string with another |