List of String methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 11: | Line 11: | ||
<tr><td>[[BinaryToFloat (String function)|BinaryToFloat]]</td><td>Convert binary string representation of a number to floating point</td></tr> | <tr><td>[[BinaryToFloat (String function)|BinaryToFloat]]</td><td>Convert binary string representation of a number to floating point</td></tr> | ||
<tr><td>[[BinaryToInteger (String function)|BinaryToInteger]]</td><td>Convert a binary string to an integer</td></tr> | <tr><td>[[BinaryToInteger (String function)|BinaryToInteger]]</td><td>Convert a binary string to an integer</td></tr> | ||
<tr><td>[[BitAndString (String function)|BitAndString]]</td><td>Do bitwise And of strings</td></tr> | |||
<tr><td>[[BitOffString (String function)|BitOffString]]</td><td>Clear bits in one string from another</td></tr> | |||
<tr><td>[[BitOnString (String function)|BitOnString]]</td><td>Set bits in one string from another</td></tr> | |||
<tr><td>[[BitOrString (String function)|BitOrString]]</td><td>Do bitwise Or of strings</td></tr> | |||
<tr><td>[[BitXorString (String function)|BitXorString]]</td><td>Do bitwise exclusive Or of strings</td></tr> | |||
<tr><td>[[Center (String function)|Center]]</td><td>Convert a binary representation of a number to integer</td></tr> | <tr><td>[[Center (String function)|Center]]</td><td>Convert a binary representation of a number to integer</td></tr> | ||
<tr><td>[[Centre (String function)|Centre]]</td><td>Center the input string within a return string of a specified length</td></tr> | <tr><td>[[Centre (String function)|Centre]]</td><td>Center the input string within a return string of a specified length</td></tr> | ||
Line 48: | Line 53: | ||
<tr><td>[[SHAdigest (String function)|SHAdigest]]</td><td></td></tr> | <tr><td>[[SHAdigest (String function)|SHAdigest]]</td><td></td></tr> | ||
<tr><td>[[StringToBase64 (String function)|StringToBase64]]</td><td>Convert an Ebcdic string to base 64</td></tr> | <tr><td>[[StringToBase64 (String function)|StringToBase64]]</td><td>Convert an Ebcdic string to base 64</td></tr> | ||
<tr><td>[[StringToDays (String function)|StringToDays]]</td><td></td></tr> | <tr><td>[[StringToDays (String function)|StringToDays]]</td><td>Convert string date/time to days since 1900</td></tr> | ||
<tr><td>[[StringToHex (String function)|StringToHex]]</td><td>Convert an Ebcdic string to hexadecimal</td></tr> | <tr><td>[[StringToHex (String function)|StringToHex]]</td><td>Convert an Ebcdic string to hexadecimal</td></tr> | ||
<tr><td>[[StringToMilliseconds (String function)|StringToMilliseconds]]</td><td></td></tr> | <tr><td>[[StringToMilliseconds (String function)|StringToMilliseconds]]</td><td>Convert string date/time to milliseconds since 1900</td></tr> | ||
<tr><td>[[StringToSeconds (String function)|StringToSeconds]]</td><td></td></tr> | <tr><td>[[StringToSeconds (String function)|StringToSeconds]]</td><td>Convert string date/time to seconds since 1900</td></tr> | ||
<tr><td>[[Substring (String function)|Substring]]</td><td>Return a substring of the method object string</td></tr> | <tr><td>[[Substring (String function)|Substring]]</td><td>Return a substring of the method object string</td></tr> | ||
<tr><td>[[ToLower (String function)|ToLower]]</td><td>Return alphabetic characters as all-lowercase</td></tr> | <tr><td>[[ToLower (String function)|ToLower]]</td><td>Return alphabetic characters as all-lowercase</td></tr> |
Revision as of 02:55, 22 January 2011
, and:
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 | Convert a binary representation of a number to integer |
Centre | Center the input string within a return string of a specified length |
Char | The value at a specified position in the input string |
Deflate | |
EbcdicToAscii | Convert EBCDIC string to ASCII |
EbcdicToUnicode | Convert EBCDIC string to Unicode |
GetCharacterPairValue | |
GetCharacterValue | |
Gunzip | |
GunzipDatetimeNS | |
GunzipFilename | |
Gzip | |
HexToInteger | Convert a hexadecimal string to an integer |
HexToString | Convert a hexadecimal string to Ebcdic |
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? |
Left | The left-most characters of the string |
Length | The length of the string |
MD5digest | |
MarksStoreCodeDecrement | |
MarksStoreCodeIncrement | |
MarksStoreCodeToNumber | |
ParseLines | |
PositionIn | The numeric position of one string within another |
PositionOf | The numeric position of one string within another |
RC4decrypt | |
RC4encrypt | |
RegexMatch | |
RegexReplace | |
RegexSplit | |
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 | |
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 |
Substring | Return a substring of the method object string |
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 |
U | |
Unspace | Remove whitespace characters from the string |
Utf16ToUnicode | Convert a UTF-16 Longstring bytestream to Unicode |
Utf8ToUnicode | Convert a UTF-8 Longstring bytestream to Unicode |
X | Hex constant method |
Zip | |
stringTokenizer | Create a tokenizer using the method object string |