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 53: Line 53:
<tr><td>[[StringToSeconds (String function)|StringToSeconds]]</td><td></td></tr>
<tr><td>[[StringToSeconds (String function)|StringToSeconds]]</td><td></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>[[ToString (String function)|ToString]]</td><td>Convert string to a string</td></tr>
<tr><td>[[ToUpper (String function)|ToUpper]]</td><td>Return alphabetic characters as all-uppercase</td></tr>
<tr><td>[[Translate (String function)|Translate]]</td><td>Apply a Character Map to the method object string</td></tr>
<tr><td>[[Translate (String function)|Translate]]</td><td>Apply a Character Map to the method object string</td></tr>
<tr><td>[[TstHexToString (String function)|TstHexToString]]</td><td>Convert hex-encoded string to its unencoded value</td></tr>
<tr><td>[[TstStringToHex (String function)|TstStringToHex]]</td><td>Convert string to its hex-encoded value</td></tr>
<tr><td>[[U (String function)|U]]</td><td></td></tr>
<tr><td>[[U (String function)|U]]</td><td></td></tr>
<tr><td>[[Unspace (String function)|Unspace]]</td><td>Remove whitespace characters from the string</td></tr>
<tr><td>[[Unspace (String function)|Unspace]]</td><td>Remove whitespace characters from the string</td></tr>
Line 63: Line 64:
<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>
<tr><td>[[toLower (String function)|toLower]]</td><td>Return alphabetic characters as all-lowercase</td></tr>
<tr><td>[[toString (String function)|toString]]</td><td>Convert string to a string</td></tr>
<tr><td>[[toUpper (String function)|toUpper]]</td><td>Return alphabetic characters as all-uppercase</td></tr>
</table>
</table>

Revision as of 05:35, 19 January 2011


, and:

MethodDescription
AsciiToEbcdicConvert ASCII string to EBCDIC
Base64ToString
BinaryToFloatConvert binary string representation of a number to floating point
BinaryToInteger
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
HexToInteger
HexToString
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
StringToBase64
StringToDays
StringToHex
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
X
Zip
stringTokenizerCreate a tokenizer using the method object string