List of String methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(Automatically generated page update)
 
(36 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[String class]] methods.
The following are the available <var>[[String class|String]]</var> class methods.
{{Template:Method list header|class=String}}
{{Template:Method list header|class=String}}
<div class="showVisit">
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[AES128CBCdecrypt (String function)|AES128CBCdecrypt]]</td><td valign="top">AES 128-bit key decryption</td></tr>
<tr><td valign="top">[[AES128CBCencrypt (String function)|AES128CBCencrypt]]</td><td valign="top">AES 128-bit key decryption</td></tr>
<tr><td valign="top">[[AES128decrypt (String function)|AES128decrypt]]</td><td valign="top">AES 128-bit key decryption</td></tr>
<tr><td valign="top">[[AES128encrypt (String function)|AES128encrypt]]</td><td valign="top">AES 128-bit key decryption</td></tr>
<tr><td valign="top">[[AES192CBCdecrypt (String function)|AES192CBCdecrypt]]</td><td valign="top">AES 192-bit key CBC decryption</td></tr>
<tr><td valign="top">[[AES192CBCencrypt (String function)|AES192CBCencrypt]]</td><td valign="top">AES 192-bit key CBC decryption</td></tr>
<tr><td valign="top">[[AES192decrypt (String function)|AES192decrypt]]</td><td valign="top">AES 192-bit key decryption</td></tr>
<tr><td valign="top">[[AES192encrypt (String function)|AES192encrypt]]</td><td valign="top">AES 192-bit key decryption</td></tr>
<tr><td valign="top">[[AES256CBCdecrypt (String function)|AES256CBCdecrypt]]</td><td valign="top">AES 256-bit key CBC decryption</td></tr>
<tr><td valign="top">[[AES256CBCencrypt (String function)|AES256CBCencrypt]]</td><td valign="top">AES 256-bit key CBC decryption</td></tr>
<tr><td valign="top">[[AES256decrypt (String function)|AES256decrypt]]</td><td valign="top">AES 256-bit key decryption</td></tr>
<tr><td valign="top">[[AES256encrypt (String function)|AES256encrypt]]</td><td valign="top">AES 256-bit key decryption</td></tr>
<tr><td valign="top">[[After (String function)|After]]</td><td valign="top">Part of string after a substring</td></tr>
<tr><td valign="top">[[AsciiToEbcdic (String function)|AsciiToEbcdic]]</td><td valign="top">Convert ASCII string to EBCDIC</td></tr>
<tr><td valign="top">[[AsciiToEbcdic (String function)|AsciiToEbcdic]]</td><td valign="top">Convert ASCII string to EBCDIC</td></tr>
<tr><td valign="top">[[Base64ToString (String function)|Base64ToString]]</td><td valign="top">Convert a base 64 string to Ebcdic</td></tr>
<tr><td valign="top">[[Base64ToString (String function)|Base64ToString]]</td><td valign="top">Convert a base 64 string to Ebcdic</td></tr>
<tr><td valign="top">[[Before (String function)|Before]]</td><td valign="top">Part of string before a substring</td></tr>
<tr><td valign="top">[[BinaryToFloat (String function)|BinaryToFloat]]</td><td valign="top">Convert binary string representation of a number to floating point</td></tr>
<tr><td valign="top">[[BinaryToFloat (String function)|BinaryToFloat]]</td><td valign="top">Convert binary string representation of a number to floating point</td></tr>
<tr><td valign="top">[[BinaryToInteger (String function)|BinaryToInteger]]</td><td valign="top">Convert a binary string to an integer</td></tr>
<tr><td valign="top">[[BinaryToInteger (String function)|BinaryToInteger]]</td><td valign="top">Convert a binary string to an integer</td></tr>
<tr><td valign="top">[[BitAndString (String function)|BitAndString]]</td><td valign="top">Do bitwise And of strings</td></tr>
<tr><td valign="top">[[BitAndString (String function)|BitAndString]]</td><td valign="top">Do bitwise And of strings</td></tr>
<tr><td valign="top">[[BitClearString (String function)|BitClearString]]</td><td valign="top">Clear a bit in a string</td></tr>
<tr><td valign="top">[[BitCountString (String function)|BitCountString]]</td><td valign="top">Count number of on bits in a string</td></tr>
<tr><td valign="top">[[BitFlipString (String function)|BitFlipString]]</td><td valign="top">Flip a bit in a string</td></tr>
<tr><td valign="top">[[BitOffString (String function)|BitOffString]]</td><td valign="top">Clear bits in one string from another</td></tr>
<tr><td valign="top">[[BitOffString (String function)|BitOffString]]</td><td valign="top">Clear bits in one string from another</td></tr>
<tr><td valign="top">[[BitOnString (String function)|BitOnString]]</td><td valign="top">Set bits in one string from another</td></tr>
<tr><td valign="top">[[BitOnString (String function)|BitOnString]]</td><td valign="top">Set bits in one string from another</td></tr>
<tr><td valign="top">[[BitOrString (String function)|BitOrString]]</td><td valign="top">Do bitwise Or of strings</td></tr>
<tr><td valign="top">[[BitOrString (String function)|BitOrString]]</td><td valign="top">Do bitwise Or of strings</td></tr>
<tr><td valign="top">[[BitSetString (String function)|BitSetString]]</td><td valign="top">Set a bit in a string</td></tr>
<tr><td valign="top">[[BitValueString (String function)|BitValueString]]</td><td valign="top">Get bit value (0 or 1) in a string</td></tr>
<tr><td valign="top">[[BitXorString (String function)|BitXorString]]</td><td valign="top">Do bitwise exclusive Or of strings</td></tr>
<tr><td valign="top">[[BitXorString (String function)|BitXorString]]</td><td valign="top">Do bitwise exclusive Or of strings</td></tr>
<tr><td valign="top">[[Center (String function)|Center]]</td><td valign="top">Center the input string within a return string of a specified length</td></tr>
<tr><td valign="top">[[Center (String function)|Center]]</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">[[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">[[CertificateRequest (String function)|CertificateRequest]]</td><td valign="top">Create a certificate request from a private key</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">[[CharacterToUnicode (String function)|CharacterToUnicode]]</td><td valign="top">Translate characters to unicode</td></tr>
<tr><td valign="top">[[ClientCertificateRequest (String function)|ClientCertificateRequest]]</td><td valign="top">Create a client certificate request from a public key</td></tr>
<tr><td valign="top">[[DEA128CBCdecrypt (String function)|DEA128CBCdecrypt]]</td><td valign="top">DEA 128-bit key decryption</td></tr>
<tr><td valign="top">[[DEA128CBCencrypt (String function)|DEA128CBCencrypt]]</td><td valign="top">DEA 128-bit key decryption</td></tr>
<tr><td valign="top">[[DEA128decrypt (String function)|DEA128decrypt]]</td><td valign="top">DEA 128-bit key decryption</td></tr>
<tr><td valign="top">[[DEA128encrypt (String function)|DEA128encrypt]]</td><td valign="top">DEA 128-bit key decryption</td></tr>
<tr><td valign="top">[[DEA192CBCdecrypt (String function)|DEA192CBCdecrypt]]</td><td valign="top">DEA 192-bit key CBC decryption</td></tr>
<tr><td valign="top">[[DEA192CBCencrypt (String function)|DEA192CBCencrypt]]</td><td valign="top">DEA 192-bit key CBC decryption</td></tr>
<tr><td valign="top">[[DEA192decrypt (String function)|DEA192decrypt]]</td><td valign="top">DEA 192-bit key decryption</td></tr>
<tr><td valign="top">[[DEA192encrypt (String function)|DEA192encrypt]]</td><td valign="top">DEA 192-bit key decryption</td></tr>
<tr><td valign="top">[[DEA64CBCdecrypt (String function)|DEA64CBCdecrypt]]</td><td valign="top">DEA 64-bit key CBC decryption</td></tr>
<tr><td valign="top">[[DEA64CBCencrypt (String function)|DEA64CBCencrypt]]</td><td valign="top">DEA 64-bit key CBC decryption</td></tr>
<tr><td valign="top">[[DEA64decrypt (String function)|DEA64decrypt]]</td><td valign="top">DEA 64-bit key decryption</td></tr>
<tr><td valign="top">[[DEA64encrypt (String function)|DEA64encrypt]]</td><td valign="top">DEA 64-bit key decryption</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">[[DerToXmlDoc (String function)|DerToXmlDoc]]</td><td valign="top">Convert DER encoded data to XML</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">[[EndsWith (String function)|EndsWith]]</td><td valign="top">Is the end string the terminal substring of the method object string?</td></tr>
<tr><td valign="top">[[GunzipDatetimeNS (String function)|GunzipDatetimeNS]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[FormUrlDecodeUnicode (String function)|FormUrlDecodeUnicode]]</td><td valign="top">Convert Form URL encoded UTF-8 string to Unicode</td></tr>
<tr><td valign="top">[[GunzipFilename (String function)|GunzipFilename]]</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">[[Gzip (String function)|Gzip]]</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">Return name of GZIP format longstring</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>
<tr><td valign="top">[[IsStartOf (String function)|IsStartOf]]</td><td valign="top">Is the method object string an initial substring of the argument string?</td></tr>
<tr><td valign="top">[[Left (String function)|Left]]</td><td valign="top">The left-most characters of the string</td></tr>
<tr><td valign="top">[[Left (String function)|Left]]</td><td valign="top">The left-most characters of the string</td></tr>
<tr><td valign="top">[[Length (String function)|Length]]</td><td valign="top">The length of the string</td></tr>
<tr><td valign="top">[[Length (String function)|Length]]</td><td valign="top">The length of the string</td></tr>
<tr><td valign="top">[[MD5digest (String function)|MD5digest]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MarksStoreCodeDecrement (String function)|MarksStoreCodeDecrement]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MarksStoreCodeDecrement (String function)|MarksStoreCodeDecrement]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MarksStoreCodeIncrement (String function)|MarksStoreCodeIncrement]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MarksStoreCodeIncrement (String function)|MarksStoreCodeIncrement]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MarksStoreCodeToNumber (String function)|MarksStoreCodeToNumber]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MarksStoreCodeToNumber (String function)|MarksStoreCodeToNumber]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[ParseLines (String function)|ParseLines]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MD5digest (String function)|MD5digest]]</td><td valign="top">16-byte MD5 digest</td></tr>
<tr><td valign="top">[[ParseLines (String function)|ParseLines]]</td><td valign="top">Parse delimited string, creating new Stringlist</td></tr>
<tr><td valign="top">[[PositionIn (String function)|PositionIn]]</td><td valign="top">The numeric position of one string within another</td></tr>
<tr><td valign="top">[[PositionIn (String function)|PositionIn]]</td><td valign="top">The numeric position of one string within another</td></tr>
<tr><td valign="top">[[PositionOf (String function)|PositionOf]]</td><td valign="top">The numeric position of one string within another</td></tr>
<tr><td valign="top">[[PositionOf (String function)|PositionOf]]</td><td valign="top">The numeric position of one string within another</td></tr>
<tr><td valign="top">[[RC4decrypt (String function)|RC4decrypt]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RC4decrypt (String function)|RC4decrypt]]</td><td valign="top">RC4 encryption or decryption</td></tr>
<tr><td valign="top">[[RC4encrypt (String function)|RC4encrypt]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RC4encrypt (String function)|RC4encrypt]]</td><td valign="top">RC4 encryption or decryption</td></tr>
<tr><td valign="top">[[RegexMatch (String function)|RegexMatch]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RegexMatch (String function)|RegexMatch]]</td><td valign="top">Position after match of regex</td></tr>
<tr><td valign="top">[[RegexReplace (String function)|RegexReplace]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RegexReplace (String function)|RegexReplace]]</td><td valign="top">Replace regex match(es)</td></tr>
<tr><td valign="top">[[RegexSplit (String function)|RegexSplit]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RegexSplit (String function)|RegexSplit]]</td><td valign="top">Split string using regex, creating new Stringlist</td></tr>
<tr><td valign="top">[[Remove (String function)|Remove]]</td><td valign="top">Remove the occurrences of a specified substring</td></tr>
<tr><td valign="top">[[Remove (String function)|Remove]]</td><td valign="top">Remove the occurrences of a specified substring</td></tr>
<tr><td valign="top">[[Replace (String function)|Replace]]</td><td valign="top">Replace occurrences of a substring with a substitute string</td></tr>
<tr><td valign="top">[[Replace (String function)|Replace]]</td><td valign="top">Replace occurrences of a substring with a substitute string</td></tr>
<tr><td valign="top">[[Reverse (String function)|Reverse]]</td><td valign="top">Return string characters in right-to-left order</td></tr>
<tr><td valign="top">[[Reverse (String function)|Reverse]]</td><td valign="top">Return string characters in right-to-left order</td></tr>
<tr><td valign="top">[[Right (String function)|Right]]</td><td valign="top">The right-most characters of the string</td></tr>
<tr><td valign="top">[[Right (String function)|Right]]</td><td valign="top">The right-most characters of the string</td></tr>
<tr><td valign="top">[[SHAdigest (String function)|SHAdigest]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[RSAPrivateKeyToXmlDoc (String function)|RSAPrivateKeyToXmlDoc]]</td><td valign="top">Convert BER encoded RSA private key to XML</td></tr>
<tr><td valign="top">[[SHAdigest (String function)|SHAdigest]]</td><td valign="top">20-byte SHA digest</td></tr>
<tr><td valign="top">[[SHA224digest (String function)|SHA224digest]]</td><td valign="top">224-bit SHA-2 digest</td></tr>
<tr><td valign="top">[[SHA256digest (String function)|SHA256digest]]</td><td valign="top">256-bit SHA-2 digest</td></tr>
<tr><td valign="top">[[SHA384digest (String function)|SHA384digest]]</td><td valign="top">384-bit SHA-384 digest</td></tr>
<tr><td valign="top">[[SHA512digest (String function)|SHA512digest]]</td><td valign="top">512-bit SHA-512 digest</td></tr>
<tr><td valign="top">[[SignedCertificate (String function)|SignedCertificate]]</td><td valign="top">Sign a certificate request</td></tr>
<tr><td valign="top">[[SignedClientCertificate (String function)|SignedClientCertificate]]</td><td valign="top">Sign a client certificate request</td></tr>
<tr><td valign="top">[[StartsWith (String function)|StartsWith]]</td><td valign="top">Is the argument string an initial substring of the method object string?</td></tr>
<tr><td valign="top">[[StringToBase64 (String function)|StringToBase64]]</td><td valign="top">Convert an Ebcdic string to base 64</td></tr>
<tr><td valign="top">[[StringToBase64 (String function)|StringToBase64]]</td><td valign="top">Convert an Ebcdic string to base 64</td></tr>
<tr><td valign="top">[[StringToDays (String function)|StringToDays]]</td><td valign="top">Convert string date/time to days since 1900</td></tr>
<tr><td valign="top">[[StringToDays (String function)|StringToDays]]</td><td valign="top">Convert string date/time to days since 1900</td></tr>
<tr><td valign="top">[[StringToHex (String function)|StringToHex]]</td><td valign="top">Convert an Ebcdic string to hexadecimal</td></tr>
<tr><td valign="top">[[StringToHex (String function)|StringToHex]]</td><td valign="top">Convert an Ebcdic string to hexadecimal</td></tr>
<tr><td valign="top">[[StringTokenizer (String function)|StringTokenizer]]</td><td valign="top">Create a tokenizer using the method object string</td></tr>
<tr><td valign="top">[[StringToMilliseconds (String function)|StringToMilliseconds]]</td><td valign="top">Convert string date/time to milliseconds since 1900</td></tr>
<tr><td valign="top">[[StringToMilliseconds (String function)|StringToMilliseconds]]</td><td valign="top">Convert string date/time to milliseconds since 1900</td></tr>
<tr><td valign="top">[[StringToSeconds (String function)|StringToSeconds]]</td><td valign="top">Convert string date/time to seconds since 1900</td></tr>
<tr><td valign="top">[[StringToSeconds (String function)|StringToSeconds]]</td><td valign="top">Convert string date/time to seconds since 1900</td></tr>
<tr><td valign="top">[[Substring (String function)|Substring]]</td><td valign="top">Return a substring of the method object string</td></tr>
<tr><td valign="top">[[Substring (String function)|Substring]]</td><td valign="top">Return a substring of the method object string</td></tr>
<tr><td valign="top">[[TimeStringConvert (String function)|TimeStringConvert]]</td><td valign="top">Convert date/time string from one format to another</td></tr>
<tr><td valign="top">[[ToLower (String function)|ToLower]]</td><td valign="top">Return alphabetic characters as all-lowercase</td></tr>
<tr><td valign="top">[[ToLower (String function)|ToLower]]</td><td valign="top">Return alphabetic characters as all-lowercase</td></tr>
<tr><td valign="top">[[ToString (String function)|ToString]]</td><td valign="top">Convert string to a string</td></tr>
<tr><td valign="top">[[ToString (String function)|ToString]]</td><td valign="top">Convert string to a string</td></tr>
<tr><td valign="top">[[ToUpper (String function)|ToUpper]]</td><td valign="top">Return alphabetic characters as all-uppercase</td></tr>
<tr><td valign="top">[[ToUpper (String function)|ToUpper]]</td><td valign="top">Return alphabetic characters as all-uppercase</td></tr>
<tr><td valign="top">[[Translate (String function)|Translate]]</td><td valign="top">Apply a Character Map to the method object string</td></tr>
<tr><td valign="top">[[Translate (String function)|Translate]]</td><td valign="top">Apply a Character Map to the method object string</td></tr>
<tr><td valign="top">[[U (String function)|U]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[TrimLeft (String function)|TrimLeft]]</td><td valign="top">Trim bytes from left of string</td></tr>
<tr><td valign="top">[[TrimRight (String function)|TrimRight]]</td><td valign="top">Trim bytes from right of string</td></tr>
<tr><td valign="top">[[U (String function)|U]]</td><td valign="top">Convert EBCDIC string to Unicode constant, including character encoding</td></tr>
<tr><td valign="top">[[Unspace (String function)|Unspace]]</td><td valign="top">Remove whitespace characters from the string</td></tr>
<tr><td valign="top">[[Unspace (String function)|Unspace]]</td><td valign="top">Remove whitespace characters from the string</td></tr>
<tr><td valign="top">[[UrlDecodeUnicode (String function)|UrlDecodeUnicode]]</td><td valign="top">Convert URL encoded UTF-8 string to Unicode</td></tr>
<tr><td valign="top">[[Utf16ToUnicode (String function)|Utf16ToUnicode]]</td><td valign="top">Convert a UTF-16 Longstring bytestream to Unicode</td></tr>
<tr><td valign="top">[[Utf16ToUnicode (String function)|Utf16ToUnicode]]</td><td valign="top">Convert a UTF-16 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">[[Utf8ToUnicode (String function)|Utf8ToUnicode]]</td><td valign="top">Convert a UTF-8 Longstring bytestream to Unicode</td></tr>
<tr><td valign="top">[[Word (String function)|Word]]</td><td valign="top">Select word from list of words</td></tr>
<tr><td valign="top">[[WordCount (String function)|WordCount]]</td><td valign="top">Count words in list</td></tr>
<tr><td valign="top">[[WordNumberIn (String function)|WordNumberIn]]</td><td valign="top">Word number of method object needle within argment list of words</td></tr>
<tr><td valign="top">[[WordNumberOf (String function)|WordNumberOf]]</td><td valign="top">Word number of argument needle within method object list of words</td></tr>
<tr><td valign="top">[[Words (String function)|Words]]</td><td valign="top">Sublist of list of words</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">[[X509CertificateToXmlDoc (String function)|X509CertificateToXmlDoc]]</td><td valign="top">Convert BER encoded X.509 certificate to XML</td></tr>
<tr><td valign="top">[[stringTokenizer (String function)|stringTokenizer]]</td><td valign="top">Create a tokenizer using the method object string</td></tr>
<tr><td valign="top">[[X509CrlToXmlDoc (String function)|X509CrlToXmlDoc]]</td><td valign="top">Convert BER encoded X.509 CRL to XML</td></tr>
<tr><td valign="top">[[Zip (String function)|Zip]]</td><td valign="top">Compress a longstring with ZIP</td></tr>
</table>
</table>
</div>
==See also==
==See also==
<table class="list"><tr>
<table class="list"><tr>
Line 85: Line 144:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 03:13, 21 February 2020

The following are the available String class methods.

MethodDescription
AES128CBCdecryptAES 128-bit key decryption
AES128CBCencryptAES 128-bit key decryption
AES128decryptAES 128-bit key decryption
AES128encryptAES 128-bit key decryption
AES192CBCdecryptAES 192-bit key CBC decryption
AES192CBCencryptAES 192-bit key CBC decryption
AES192decryptAES 192-bit key decryption
AES192encryptAES 192-bit key decryption
AES256CBCdecryptAES 256-bit key CBC decryption
AES256CBCencryptAES 256-bit key CBC decryption
AES256decryptAES 256-bit key decryption
AES256encryptAES 256-bit key decryption
AfterPart of string after a substring
AsciiToEbcdicConvert ASCII string to EBCDIC
Base64ToStringConvert a base 64 string to Ebcdic
BeforePart of string before a substring
BinaryToFloatConvert binary string representation of a number to floating point
BinaryToIntegerConvert a binary string to an integer
BitAndStringDo bitwise And of strings
BitClearStringClear a bit in a string
BitCountStringCount number of on bits in a string
BitFlipStringFlip a bit in a string
BitOffStringClear bits in one string from another
BitOnStringSet bits in one string from another
BitOrStringDo bitwise Or of strings
BitSetStringSet a bit in a string
BitValueStringGet bit value (0 or 1) in a string
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
CertificateRequestCreate a certificate request from a private key
CharThe value at a specified position in the input string
CharacterToUnicodeTranslate characters to unicode
ClientCertificateRequestCreate a client certificate request from a public key
DEA128CBCdecryptDEA 128-bit key decryption
DEA128CBCencryptDEA 128-bit key decryption
DEA128decryptDEA 128-bit key decryption
DEA128encryptDEA 128-bit key decryption
DEA192CBCdecryptDEA 192-bit key CBC decryption
DEA192CBCencryptDEA 192-bit key CBC decryption
DEA192decryptDEA 192-bit key decryption
DEA192encryptDEA 192-bit key decryption
DEA64CBCdecryptDEA 64-bit key CBC decryption
DEA64CBCencryptDEA 64-bit key CBC decryption
DEA64decryptDEA 64-bit key decryption
DEA64encryptDEA 64-bit key decryption
DeflateCompress a longstring with deflate
DerToXmlDocConvert DER encoded data to XML
EbcdicToAsciiConvert EBCDIC string to ASCII
EbcdicToUnicodeConvert EBCDIC string to Unicode
EndsWithIs the end string the terminal substring of the method object string?
FormUrlDecodeUnicodeConvert Form URL encoded UTF-8 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?
IsStartOfIs the method object string an initial substring of the argument string?
LeftThe left-most characters of the string
LengthThe length of the string
MarksStoreCodeDecrement
MarksStoreCodeIncrement
MarksStoreCodeToNumber
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 match(es)
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
RSAPrivateKeyToXmlDocConvert BER encoded RSA private key to XML
SHAdigest20-byte SHA digest
SHA224digest224-bit SHA-2 digest
SHA256digest256-bit SHA-2 digest
SHA384digest384-bit SHA-384 digest
SHA512digest512-bit SHA-512 digest
SignedCertificateSign a certificate request
SignedClientCertificateSign a client certificate request
StartsWithIs the argument string an initial substring of the method object string?
StringToBase64Convert an Ebcdic string to base 64
StringToDaysConvert string date/time to days since 1900
StringToHexConvert an Ebcdic string to hexadecimal
StringTokenizerCreate a tokenizer using the method object string
StringToMillisecondsConvert string date/time to milliseconds since 1900
StringToSecondsConvert string date/time to seconds since 1900
SubstringReturn a substring of the method object string
TimeStringConvertConvert date/time string from one format to another
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
TrimLeftTrim bytes from left of string
TrimRightTrim bytes from right of string
UConvert EBCDIC string to Unicode constant, including character encoding
UnspaceRemove whitespace characters from the string
UrlDecodeUnicodeConvert URL encoded UTF-8 string to Unicode
Utf16ToUnicodeConvert a UTF-16 Longstring bytestream to Unicode
Utf8ToUnicodeConvert a UTF-8 Longstring bytestream to Unicode
WordSelect word from list of words
WordCountCount words in list
WordNumberInWord number of method object needle within argment list of words
WordNumberOfWord number of argument needle within method object list of words
WordsSublist of list of words
XHex constant method
X509CertificateToXmlDocConvert BER encoded X.509 certificate to XML
X509CrlToXmlDocConvert BER encoded X.509 CRL to XML
ZipCompress a longstring with ZIP

See also