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 17: Line 17:
<tr><td valign="top">[[Centre (String function)|Centre]]</td><td valign="top">Center the input string within a return string of a specified length</td></tr>
<tr><td valign="top">[[Centre (String function)|Centre]]</td><td valign="top">Center the input string within a return string of a specified length</td></tr>
<tr><td valign="top">[[Char (String function)|Char]]</td><td valign="top">The value at a specified position in the input string</td></tr>
<tr><td valign="top">[[Char (String function)|Char]]</td><td valign="top">The value at a specified position in the input string</td></tr>
<tr><td valign="top">[[Deflate (String function)|Deflate]]</td><td valign="top"></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">[[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>
<tr><td valign="top">[[Gunzip (String function)|Gunzip]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Gunzip (String function)|Gunzip]]</td><td valign="top">Decompress a longstring with GUNZIP</td></tr>
<tr><td valign="top">[[GunzipDatetimeNS (String function)|GunzipDatetimeNS]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[GunzipDatetimeNS (String function)|GunzipDatetimeNS]]</td><td valign="top">Return create date of GZIP format longstring</td></tr>
<tr><td valign="top">[[GunzipFilename (String function)|GunzipFilename]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[GunzipFilename (String function)|GunzipFilename]]</td><td valign="top">Return name of GZIP format longstring</td></tr>
<tr><td valign="top">[[Gzip (String function)|Gzip]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Gzip (String function)|Gzip]]</td><td valign="top">Compress a longstring with GZIP</td></tr>
<tr><td valign="top">[[HexToInteger (String function)|HexToInteger]]</td><td valign="top">Convert a hexadecimal string to an integer</td></tr>
<tr><td valign="top">[[HexToInteger (String function)|HexToInteger]]</td><td valign="top">Convert a hexadecimal string to an integer</td></tr>
<tr><td valign="top">[[HexToString (String function)|HexToString]]</td><td valign="top">Convert a hexadecimal string to Ebcdic</td></tr>
<tr><td valign="top">[[HexToString (String function)|HexToString]]</td><td valign="top">Convert a hexadecimal string to Ebcdic</td></tr>
<tr><td valign="top">[[Inflate (String function)|Inflate]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Inflate (String function)|Inflate]]</td><td valign="top">Decompress a longstring with inflate</td></tr>
<tr><td valign="top">[[Insert (String function)|Insert]]</td><td valign="top">Insert argument string inside the method object string</td></tr>
<tr><td valign="top">[[Insert (String function)|Insert]]</td><td valign="top">Insert argument string inside the method object string</td></tr>
<tr><td valign="top">[[IsOneOf (String function)|IsOneOf]]</td><td valign="top">Is the method object string matched by any of the strings in the input list?</td></tr>
<tr><td valign="top">[[IsOneOf (String function)|IsOneOf]]</td><td valign="top">Is the method object string matched by any of the strings in the input list?</td></tr>
Line 61: Line 61:
<tr><td valign="top">[[Utf8ToUnicode (String function)|Utf8ToUnicode]]</td><td valign="top">Convert a UTF-8 Longstring bytestream to Unicode</td></tr>
<tr><td valign="top">[[Utf8ToUnicode (String function)|Utf8ToUnicode]]</td><td valign="top">Convert a UTF-8 Longstring bytestream to Unicode</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">[[Zip (String function)|Zip]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Zip (String function)|Zip]]</td><td valign="top">Compress a longstring with ZIP</td></tr>
</table>
</table>
==See also==
==See also==

Revision as of 15:31, 3 February 2011

The following are the available String class methods.

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
BitAndStringDo bitwise And of strings
BitOffStringClear bits in one string from another
BitOnStringSet bits in one string from another
BitOrStringDo bitwise Or of strings
BitXorStringDo bitwise exclusive Or of strings
CenterCenter the input string within a return string of a specified length
CentreCenter the input string within a return string of a specified length
CharThe value at a specified position in the input string
DeflateCompress a longstring with deflate
EbcdicToAsciiConvert EBCDIC string to ASCII
EbcdicToUnicodeConvert EBCDIC string to Unicode
GunzipDecompress a longstring with GUNZIP
GunzipDatetimeNSReturn create date of GZIP format longstring
GunzipFilenameReturn name of GZIP format longstring
GzipCompress a longstring with GZIP
HexToIntegerConvert a hexadecimal string to an integer
HexToStringConvert a hexadecimal string to Ebcdic
InflateDecompress a longstring with 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
MD5digest16-byte MD5 digest
ParseLinesParse delimited string, creating new Stringlist
PositionInThe numeric position of one string within another
PositionOfThe numeric position of one string within another
RC4decryptRC4 encryption or decryption
RC4encryptRC4 encryption or decryption
RegexMatchPosition after match of regex
RegexReplaceReplace regex matche(s)
RegexSplitSplit string using regex, creating new Stringlist
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
SHAdigest20-byte SHA digest
StringToBase64Convert an Ebcdic string to base 64
StringToDaysConvert string date/time to days since 1900
StringToHexConvert an Ebcdic string to hexadecimal
StringToMillisecondsConvert string date/time to milliseconds since 1900
StringToSecondsConvert string date/time to seconds since 1900
StringTokenizerCreate a tokenizer using the method object string
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
UConvert EBCDIC string to Unicode constant, including character encoding
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
ZipCompress a longstring with ZIP

See also