List of String methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 8: Line 8:
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td>[[AsciiToEbcdic (String function)|AsciiToEbcdic]]</td><td>Convert ASCII string to EBCDIC</td></tr>
<tr><td>[[AsciiToEbcdic (String function)|AsciiToEbcdic]]</td><td>Convert ASCII string to EBCDIC</td></tr>
<tr><td>[[Base64ToString (String function)|Base64ToString]]</td><td></td></tr>
<tr><td>[[Base64ToString (String function)|Base64ToString]]</td><td>Convert a base 64 string to Ebcdic</td></tr>
<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></td></tr>
<tr><td>[[BinaryToInteger (String function)|BinaryToInteger]]</td><td>Convert a binary string to an integer</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 23: Line 23:
<tr><td>[[GunzipFilename (String function)|GunzipFilename]]</td><td></td></tr>
<tr><td>[[GunzipFilename (String function)|GunzipFilename]]</td><td></td></tr>
<tr><td>[[Gzip (String function)|Gzip]]</td><td></td></tr>
<tr><td>[[Gzip (String function)|Gzip]]</td><td></td></tr>
<tr><td>[[HexToInteger (String function)|HexToInteger]]</td><td></td></tr>
<tr><td>[[HexToInteger (String function)|HexToInteger]]</td><td>Convert a hexadecimal string to an integer</td></tr>
<tr><td>[[HexToString (String function)|HexToString]]</td><td></td></tr>
<tr><td>[[HexToString (String function)|HexToString]]</td><td>Convert a hexadecimal string to Ebcdic</td></tr>
<tr><td>[[Inflate (String function)|Inflate]]</td><td></td></tr>
<tr><td>[[Inflate (String function)|Inflate]]</td><td></td></tr>
<tr><td>[[Insert (String function)|Insert]]</td><td>Insert argument string inside the method object string</td></tr>
<tr><td>[[Insert (String function)|Insert]]</td><td>Insert argument string inside the method object string</td></tr>
Line 47: Line 47:
<tr><td>[[Right (String function)|Right]]</td><td>The right-most characters of the string</td></tr>
<tr><td>[[Right (String function)|Right]]</td><td>The right-most characters of the string</td></tr>
<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></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></td></tr>
<tr><td>[[StringToHex (String function)|StringToHex]]</td><td></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></td></tr>
<tr><td>[[StringToSeconds (String function)|StringToSeconds]]</td><td></td></tr>
<tr><td>[[StringToSeconds (String function)|StringToSeconds]]</td><td></td></tr>
Line 61: Line 61:
<tr><td>[[Utf16ToUnicode (String function)|Utf16ToUnicode]]</td><td>Convert a UTF-16 Longstring bytestream to Unicode</td></tr>
<tr><td>[[Utf16ToUnicode (String function)|Utf16ToUnicode]]</td><td>Convert a UTF-16 Longstring bytestream to Unicode</td></tr>
<tr><td>[[Utf8ToUnicode (String function)|Utf8ToUnicode]]</td><td>Convert a UTF-8 Longstring bytestream to Unicode</td></tr>
<tr><td>[[Utf8ToUnicode (String function)|Utf8ToUnicode]]</td><td>Convert a UTF-8 Longstring bytestream to Unicode</td></tr>
<tr><td>[[X (String function)|X]]</td><td></td></tr>
<tr><td>[[X (String function)|X]]</td><td>Hex constant method</td></tr>
<tr><td>[[Zip (String function)|Zip]]</td><td></td></tr>
<tr><td>[[Zip (String function)|Zip]]</td><td></td></tr>
<tr><td>[[stringTokenizer (String function)|stringTokenizer]]</td><td>Create a tokenizer using the method object string</td></tr>
<tr><td>[[stringTokenizer (String function)|stringTokenizer]]</td><td>Create a tokenizer using the method object string</td></tr>
</table>
</table>

Revision as of 16:14, 20 January 2011


, and:

MethodDescription
AsciiToEbcdicConvert ASCII string to EBCDIC
Base64ToStringConvert a base 64 string to Ebcdic
BinaryToFloatConvert binary string representation of a number to floating point
BinaryToIntegerConvert a binary string to an integer
CenterConvert a binary representation of a number to integer
CentreCenter the input string within a return string of a specified length
CharThe value at a specified position in the input string
Deflate
EbcdicToAsciiConvert EBCDIC string to ASCII
EbcdicToUnicodeConvert EBCDIC string to Unicode
GetCharacterPairValue
GetCharacterValue
Gunzip
GunzipDatetimeNS
GunzipFilename
Gzip
HexToIntegerConvert a hexadecimal string to an integer
HexToStringConvert a hexadecimal string to Ebcdic
Inflate
InsertInsert argument string inside the method object string
IsOneOfIs the method object string matched by any of the strings in the input list?
LeftThe left-most characters of the string
LengthThe length of the string
MD5digest
MarksStoreCodeDecrement
MarksStoreCodeIncrement
MarksStoreCodeToNumber
ParseLines
PositionInThe numeric position of one string within another
PositionOfThe numeric position of one string within another
RC4decrypt
RC4encrypt
RegexMatch
RegexReplace
RegexSplit
RemoveRemove the occurrences of a specified substring
ReplaceReplace occurrences of a substring with a substitute string
ReverseReturn string characters in right-to-left order
RightThe right-most characters of the string
SHAdigest
StringToBase64Convert an Ebcdic string to base 64
StringToDays
StringToHexConvert an Ebcdic string to hexadecimal
StringToMilliseconds
StringToSeconds
SubstringReturn a substring of the method object string
ToLowerReturn alphabetic characters as all-lowercase
ToStringConvert string to a string
ToUpperReturn alphabetic characters as all-uppercase
TranslateApply a Character Map to the method object string
U
UnspaceRemove whitespace characters from the string
Utf16ToUnicodeConvert a UTF-16 Longstring bytestream to Unicode
Utf8ToUnicodeConvert a UTF-8 Longstring bytestream to Unicode
XHex constant method
Zip
stringTokenizerCreate a tokenizer using the method object string