List of String methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 20: | Line 20: | ||
<tr><td valign="top">[[CharacterToUnicode (String function)|CharacterToUnicode]]</td><td valign="top">Translate characters to unicode</td></tr> | <tr><td valign="top">[[CharacterToUnicode (String function)|CharacterToUnicode]]</td><td valign="top">Translate characters to unicode</td></tr> | ||
<tr><td valign="top">[[Deflate (String function)|Deflate]]</td><td valign="top">Compress a longstring with deflate</td></tr> | <tr><td valign="top">[[Deflate (String function)|Deflate]]</td><td valign="top">Compress a longstring with deflate</td></tr> | ||
<tr><td valign="top">[[DerToXmlDoc (String function)|DerToXmlDoc]]</td><td valign="top">Convert DER encoded data to XML</td></tr> | |||
<tr><td valign="top">[[EbcdicToAscii (String function)|EbcdicToAscii]]</td><td valign="top">Convert EBCDIC string to ASCII</td></tr> | <tr><td valign="top">[[EbcdicToAscii (String function)|EbcdicToAscii]]</td><td valign="top">Convert EBCDIC string to ASCII</td></tr> | ||
<tr><td valign="top">[[EbcdicToUnicode (String function)|EbcdicToUnicode]]</td><td valign="top">Convert EBCDIC string to Unicode</td></tr> | <tr><td valign="top">[[EbcdicToUnicode (String function)|EbcdicToUnicode]]</td><td valign="top">Convert EBCDIC string to Unicode</td></tr> | ||
Line 44: | Line 45: | ||
<tr><td valign="top">[[RC4decrypt (String function)|RC4decrypt]]</td><td valign="top">RC4 encryption or decryption</td></tr> | <tr><td valign="top">[[RC4decrypt (String function)|RC4decrypt]]</td><td valign="top">RC4 encryption or decryption</td></tr> | ||
<tr><td valign="top">[[RC4encrypt (String function)|RC4encrypt]]</td><td valign="top">RC4 encryption or decryption</td></tr> | <tr><td valign="top">[[RC4encrypt (String function)|RC4encrypt]]</td><td valign="top">RC4 encryption or decryption</td></tr> | ||
<tr><td valign="top">[[RSAPrivateKeyToXmlDoc (String function)|RSAPrivateKeyToXmlDoc]]</td><td valign="top">Convert BER encoded RSA private key to XML</td></tr> | |||
<tr><td valign="top">[[RegexMatch (String function)|RegexMatch]]</td><td valign="top">Position after match of regex</td></tr> | <tr><td valign="top">[[RegexMatch (String function)|RegexMatch]]</td><td valign="top">Position after match of regex</td></tr> | ||
<tr><td valign="top">[[RegexReplace (String function)|RegexReplace]]</td><td valign="top">Replace regex matche(s)</td></tr> | <tr><td valign="top">[[RegexReplace (String function)|RegexReplace]]</td><td valign="top">Replace regex matche(s)</td></tr> | ||
Line 78: | Line 80: | ||
<tr><td valign="top">[[Words (String function)|Words]]</td><td valign="top">Sublist of list of words</td></tr> | <tr><td valign="top">[[Words (String function)|Words]]</td><td valign="top">Sublist of list of words</td></tr> | ||
<tr><td valign="top">[[X (String function)|X]]</td><td valign="top">Hex constant method</td></tr> | <tr><td valign="top">[[X (String function)|X]]</td><td valign="top">Hex constant method</td></tr> | ||
<tr><td valign="top">[[X509CertificateToXmlDoc (String function)|X509CertificateToXmlDoc]]</td><td valign="top">Convert BER encoded X.509 certificate to XML</td></tr> | |||
<tr><td valign="top">[[X509CrlToXmlDoc (String function)|X509CrlToXmlDoc]]</td><td valign="top">Convert BER encoded X.509 CRL to XML</td></tr> | |||
<tr><td valign="top">[[Zip (String function)|Zip]]</td><td valign="top">Compress a longstring with ZIP</td></tr> | <tr><td valign="top">[[Zip (String function)|Zip]]</td><td valign="top">Compress a longstring with ZIP</td></tr> | ||
</table> | </table> |
Revision as of 21:36, 2 April 2012
The following are the available String class methods.
Method | Description |
---|---|
AsciiToEbcdic | Convert ASCII string to EBCDIC |
Base64ToString | Convert a base 64 string to Ebcdic |
BinaryToFloat | Convert binary string representation of a number to floating point |
BinaryToInteger | Convert a binary string to an integer |
BitAndString | Do bitwise And of strings |
BitOffString | Clear bits in one string from another |
BitOnString | Set bits in one string from another |
BitOrString | Do bitwise Or of strings |
BitXorString | Do bitwise exclusive Or of strings |
Center | Center the input string within a return string of a specified length |
Centre | Center the input string within a return string of a specified length |
Char | The value at a specified position in the input string |
CharacterToUnicode | Translate characters to unicode |
Deflate | Compress a longstring with deflate |
DerToXmlDoc | Convert DER encoded data to XML |
EbcdicToAscii | Convert EBCDIC string to ASCII |
EbcdicToUnicode | Convert EBCDIC string to Unicode |
FormUrlDecodeUnicode | Convert Form URL encoded UTF-8 string to Unicode |
Gunzip | Decompress a longstring with GUNZIP |
GunzipDatetimeNS | Return create date of GZIP format longstring |
GunzipFilename | Return name of GZIP format longstring |
Gzip | Compress a longstring with GZIP |
HexToInteger | Convert a hexadecimal string to an integer |
HexToString | Convert a hexadecimal string to Ebcdic |
Inflate | Decompress a longstring with inflate |
Insert | Insert argument string inside the method object string |
IsOneOf | Is the method object string matched by any of the strings in the input list? |
IsStartOf | Is the method object string an initial substring of the argument string? |
Left | The left-most characters of the string |
Length | The length of the string |
MD5digest | 16-byte MD5 digest |
MarksStoreCodeDecrement | |
MarksStoreCodeIncrement | |
MarksStoreCodeToNumber | |
ParseLines | Parse delimited string, creating new Stringlist |
PositionIn | The numeric position of one string within another |
PositionOf | The numeric position of one string within another |
RC4decrypt | RC4 encryption or decryption |
RC4encrypt | RC4 encryption or decryption |
RSAPrivateKeyToXmlDoc | Convert BER encoded RSA private key to XML |
RegexMatch | Position after match of regex |
RegexReplace | Replace regex matche(s) |
RegexSplit | Split string using regex, creating new Stringlist |
Remove | Remove the occurrences of a specified substring |
Replace | Replace occurrences of a substring with a substitute string |
Reverse | Return string characters in right-to-left order |
Right | The right-most characters of the string |
SHAdigest | 20-byte SHA digest |
StartsWith | Is the argument string an initial substring of the method object string? |
StringToBase64 | Convert an Ebcdic string to base 64 |
StringToDays | Convert string date/time to days since 1900 |
StringToHex | Convert an Ebcdic string to hexadecimal |
StringToMilliseconds | Convert string date/time to milliseconds since 1900 |
StringToSeconds | Convert string date/time to seconds since 1900 |
StringTokenizer | Create a tokenizer using the method object string |
Substring | Return a substring of the method object string |
TimeStringConvert | Convert date/time string from one format to another |
ToLower | Return alphabetic characters as all-lowercase |
ToString | Convert string to a string |
ToUpper | Return alphabetic characters as all-uppercase |
Translate | Apply a Character Map to the method object string |
TrimLeft | Trim bytes from left of string |
TrimRight | Trim bytes from right of string |
U | Convert EBCDIC string to Unicode constant, including character encoding |
Unspace | Remove whitespace characters from the string |
UrlDecodeUnicode | Convert URL encoded UTF-8 string to Unicode |
Utf16ToUnicode | Convert a UTF-16 Longstring bytestream to Unicode |
Utf8ToUnicode | Convert a UTF-8 Longstring bytestream to Unicode |
Word | Select word from list of words |
WordCount | Count words in list |
WordNumberIn | Word number of method object needle within argment list of words |
WordNumberOf | Word number of argument needle within method object list of words |
Words | Sublist of list of words |
X | Hex constant method |
X509CertificateToXmlDoc | Convert BER encoded X.509 certificate to XML |
X509CrlToXmlDoc | Convert BER encoded X.509 CRL to XML |
Zip | Compress a longstring with ZIP |