List of String methods

From m204wiki
Revision as of 19:50, 26 January 2011 by Wiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

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
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
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
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
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

See also