List of Intrinsic methods: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(Automatically generated page update) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
<tr><th>Method</th><th>Class</th><th>Description</th></tr> | <tr><th>Method</th><th>Class</th><th>Description</th></tr> | ||
<tr><td valign="top">[[Absolute (Float function)|Absolute]]</td><td valign="top">Float</td><td valign="top">Absolute value of a number</td></tr> | <tr><td valign="top">[[Absolute (Float function)|Absolute]]</td><td valign="top">Float</td><td valign="top">Absolute value of a number</td></tr> | ||
<tr><td valign="top">[[AES128CBCdecrypt (String function)|AES128CBCdecrypt]]</td><td valign="top">String</td><td valign="top">AES 128-bit key decryption</td></tr> | |||
<tr><td valign="top">[[AES128CBCencrypt (String function)|AES128CBCencrypt]]</td><td valign="top">String</td><td valign="top">AES 128-bit key decryption</td></tr> | |||
<tr><td valign="top">[[AES128decrypt (String function)|AES128decrypt]]</td><td valign="top">String</td><td valign="top">AES 128-bit key decryption</td></tr> | |||
<tr><td valign="top">[[AES128encrypt (String function)|AES128encrypt]]</td><td valign="top">String</td><td valign="top">AES 128-bit key decryption</td></tr> | |||
<tr><td valign="top">[[AES192CBCdecrypt (String function)|AES192CBCdecrypt]]</td><td valign="top">String</td><td valign="top">AES 192-bit key CBC decryption</td></tr> | |||
<tr><td valign="top">[[AES192CBCencrypt (String function)|AES192CBCencrypt]]</td><td valign="top">String</td><td valign="top">AES 192-bit key CBC decryption</td></tr> | |||
<tr><td valign="top">[[AES192decrypt (String function)|AES192decrypt]]</td><td valign="top">String</td><td valign="top">AES 192-bit key decryption</td></tr> | |||
<tr><td valign="top">[[AES192encrypt (String function)|AES192encrypt]]</td><td valign="top">String</td><td valign="top">AES 192-bit key decryption</td></tr> | |||
<tr><td valign="top">[[AES256CBCdecrypt (String function)|AES256CBCdecrypt]]</td><td valign="top">String</td><td valign="top">AES 256-bit key CBC decryption</td></tr> | |||
<tr><td valign="top">[[AES256CBCencrypt (String function)|AES256CBCencrypt]]</td><td valign="top">String</td><td valign="top">AES 256-bit key CBC decryption</td></tr> | |||
<tr><td valign="top">[[AES256decrypt (String function)|AES256decrypt]]</td><td valign="top">String</td><td valign="top">AES 256-bit key decryption</td></tr> | |||
<tr><td valign="top">[[AES256encrypt (String function)|AES256encrypt]]</td><td valign="top">String</td><td valign="top">AES 256-bit key decryption</td></tr> | |||
<tr><td valign="top">[[After (String function)|After]]</td><td valign="top">String</td><td valign="top">Part of string after a substring</td></tr> | |||
<tr><td valign="top">[[Antilog (Float function)|Antilog]]</td><td valign="top">Float</td><td valign="top">Antilog base e of a number</td></tr> | <tr><td valign="top">[[Antilog (Float function)|Antilog]]</td><td valign="top">Float</td><td valign="top">Antilog base e of a number</td></tr> | ||
<tr><td valign="top">[[AntilogE (Float function)|AntilogE]]</td><td valign="top">Float</td><td valign="top">Antilog base e of a number</td></tr> | |||
<tr><td valign="top">[[Antilog10 (Float function)|Antilog10]]</td><td valign="top">Float</td><td valign="top">Antilog base 10 of a number</td></tr> | <tr><td valign="top">[[Antilog10 (Float function)|Antilog10]]</td><td valign="top">Float</td><td valign="top">Antilog base 10 of a number</td></tr> | ||
<tr><td valign="top">[[Antilog2 (Float function)|Antilog2]]</td><td valign="top">Float</td><td valign="top">Antilog base 2 of a number</td></tr> | <tr><td valign="top">[[Antilog2 (Float function)|Antilog2]]</td><td valign="top">Float</td><td valign="top">Antilog base 2 of a number</td></tr> | ||
<tr><td valign="top">[[AsciiToEbcdic (String function)|AsciiToEbcdic]]</td><td valign="top">String</td><td valign="top">Convert ASCII string to EBCDIC</td></tr> | <tr><td valign="top">[[AsciiToEbcdic (String function)|AsciiToEbcdic]]</td><td valign="top">String</td><td valign="top">Convert ASCII string to EBCDIC</td></tr> | ||
<tr><td valign="top">[[Base64ToString (String function)|Base64ToString]]</td><td valign="top">String</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">String</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">String</td><td valign="top">Part of string before a substring</td></tr> | |||
<tr><td valign="top">[[BinaryToFloat (String function)|BinaryToFloat]]</td><td valign="top">String</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">String</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">String</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">String</td><td valign="top">Convert a binary string to an integer</td></tr> | ||
Line 32: | Line 46: | ||
<tr><td valign="top">[[Center (String function)|Center]]</td><td valign="top">String</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">String</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">String</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">String</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">String</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">String</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">String</td><td valign="top">The value at a specified position in the input string</td></tr> | ||
<tr><td valign="top">[[CharacterToUnicode (String function)|CharacterToUnicode]]</td><td valign="top">String</td><td valign="top">Translate characters to unicode</td></tr> | <tr><td valign="top">[[CharacterToUnicode (String function)|CharacterToUnicode]]</td><td valign="top">String</td><td valign="top">Translate characters to unicode</td></tr> | ||
<tr><td valign="top">[[ClientCertificateRequest (String function)|ClientCertificateRequest]]</td><td valign="top">String</td><td valign="top">Create a client certificate request from a public key</td></tr> | |||
<tr><td valign="top">[[DaysToString (Float function)|DaysToString]]</td><td valign="top">Float</td><td valign="top">Convert days since 1900 to string date/time</td></tr> | <tr><td valign="top">[[DaysToString (Float function)|DaysToString]]</td><td valign="top">Float</td><td valign="top">Convert days since 1900 to string date/time</td></tr> | ||
<tr><td valign="top">[[DEA128CBCdecrypt (String function)|DEA128CBCdecrypt]]</td><td valign="top">String</td><td valign="top">DEA 128-bit key decryption</td></tr> | |||
<tr><td valign="top">[[DEA128CBCencrypt (String function)|DEA128CBCencrypt]]</td><td valign="top">String</td><td valign="top">DEA 128-bit key decryption</td></tr> | |||
<tr><td valign="top">[[DEA128decrypt (String function)|DEA128decrypt]]</td><td valign="top">String</td><td valign="top">DEA 128-bit key decryption</td></tr> | |||
<tr><td valign="top">[[DEA128encrypt (String function)|DEA128encrypt]]</td><td valign="top">String</td><td valign="top">DEA 128-bit key decryption</td></tr> | |||
<tr><td valign="top">[[DEA192CBCdecrypt (String function)|DEA192CBCdecrypt]]</td><td valign="top">String</td><td valign="top">DEA 192-bit key CBC decryption</td></tr> | |||
<tr><td valign="top">[[DEA192CBCencrypt (String function)|DEA192CBCencrypt]]</td><td valign="top">String</td><td valign="top">DEA 192-bit key CBC decryption</td></tr> | |||
<tr><td valign="top">[[DEA192decrypt (String function)|DEA192decrypt]]</td><td valign="top">String</td><td valign="top">DEA 192-bit key decryption</td></tr> | |||
<tr><td valign="top">[[DEA192encrypt (String function)|DEA192encrypt]]</td><td valign="top">String</td><td valign="top">DEA 192-bit key decryption</td></tr> | |||
<tr><td valign="top">[[DEA64CBCdecrypt (String function)|DEA64CBCdecrypt]]</td><td valign="top">String</td><td valign="top">DEA 64-bit key CBC decryption</td></tr> | |||
<tr><td valign="top">[[DEA64CBCencrypt (String function)|DEA64CBCencrypt]]</td><td valign="top">String</td><td valign="top">DEA 64-bit key CBC decryption</td></tr> | |||
<tr><td valign="top">[[DEA64decrypt (String function)|DEA64decrypt]]</td><td valign="top">String</td><td valign="top">DEA 64-bit key decryption</td></tr> | |||
<tr><td valign="top">[[DEA64encrypt (String function)|DEA64encrypt]]</td><td valign="top">String</td><td valign="top">DEA 64-bit key decryption</td></tr> | |||
<tr><td valign="top">[[Deflate (String function)|Deflate]]</td><td valign="top">String</td><td valign="top">Compress a longstring with deflate</td></tr> | <tr><td valign="top">[[Deflate (String function)|Deflate]]</td><td valign="top">String</td><td valign="top">Compress a longstring with deflate</td></tr> | ||
<tr><td valign="top">[[DerToXmlDoc (String function)|DerToXmlDoc]]</td><td valign="top">String</td><td valign="top">Convert DER encoded data to XML</td></tr> | <tr><td valign="top">[[DerToXmlDoc (String function)|DerToXmlDoc]]</td><td valign="top">String</td><td valign="top">Convert DER encoded data to XML</td></tr> | ||
Line 56: | Line 84: | ||
<tr><td valign="top">[[IsPrime (Float function)|IsPrime]]</td><td valign="top">Float</td><td valign="top">Is this number prime?</td></tr> | <tr><td valign="top">[[IsPrime (Float function)|IsPrime]]</td><td valign="top">Float</td><td valign="top">Is this number prime?</td></tr> | ||
<tr><td valign="top">[[IsStartOf (String function)|IsStartOf]]</td><td valign="top">String</td><td valign="top">Is the method object string an initial substring of the argument string?</td></tr> | <tr><td valign="top">[[IsStartOf (String function)|IsStartOf]]</td><td valign="top">String</td><td valign="top">Is the method object string an initial substring of the argument string?</td></tr> | ||
<tr><td valign="top">[[JsonParse (Unicode function)|JsonParse]]</td><td valign="top">Unicode</td><td valign="top">Parse a string into a Json object tree</td></tr> | |||
<tr><td valign="top">[[Left (String function)|Left]]</td><td valign="top">String</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">String</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">String</td><td valign="top">The length of the string</td></tr> | <tr><td valign="top">[[Length (String function)|Length]]</td><td valign="top">String</td><td valign="top">The length of the string</td></tr> | ||
<tr><td valign="top">[[Log (Float function)|Log]]</td><td valign="top">Float</td><td valign="top">Natural log (base e) of a number</td></tr> | <tr><td valign="top">[[Log (Float function)|Log]]</td><td valign="top">Float</td><td valign="top">Natural log (base e) of a number</td></tr> | ||
<tr><td valign="top">[[LogE (Float function)|LogE]]</td><td valign="top">Float</td><td valign="top">Natural log (base e) of a number</td></tr> | |||
<tr><td valign="top">[[Log10 (Float function)|Log10]]</td><td valign="top">Float</td><td valign="top">Log base 10 of a number</td></tr> | <tr><td valign="top">[[Log10 (Float function)|Log10]]</td><td valign="top">Float</td><td valign="top">Log base 10 of a number</td></tr> | ||
<tr><td valign="top">[[Log2 (Float function)|Log2]]</td><td valign="top">Float</td><td valign="top">Log base 2 of a number</td></tr> | <tr><td valign="top">[[Log2 (Float function)|Log2]]</td><td valign="top">Float</td><td valign="top">Log base 2 of a number</td></tr> | ||
<tr><td valign="top">[[MarksNumberToStoreCode (Float function)|MarksNumberToStoreCode]]</td><td valign="top">Float</td><td valign="top"></td></tr> | <tr><td valign="top">[[MarksNumberToStoreCode (Float function)|MarksNumberToStoreCode]]</td><td valign="top">Float</td><td valign="top"></td></tr> | ||
<tr><td valign="top">[[MarksStoreCodeDecrement (String function)|MarksStoreCodeDecrement]]</td><td valign="top">String</td><td valign="top"></td></tr> | <tr><td valign="top">[[MarksStoreCodeDecrement (String function)|MarksStoreCodeDecrement]]</td><td valign="top">String</td><td valign="top"></td></tr> | ||
<tr><td valign="top">[[MarksStoreCodeIncrement (String function)|MarksStoreCodeIncrement]]</td><td valign="top">String</td><td valign="top"></td></tr> | <tr><td valign="top">[[MarksStoreCodeIncrement (String function)|MarksStoreCodeIncrement]]</td><td valign="top">String</td><td valign="top"></td></tr> | ||
<tr><td valign="top">[[MarksStoreCodeToNumber (String function)|MarksStoreCodeToNumber]]</td><td valign="top">String</td><td valign="top"></td></tr> | <tr><td valign="top">[[MarksStoreCodeToNumber (String function)|MarksStoreCodeToNumber]]</td><td valign="top">String</td><td valign="top"></td></tr> | ||
<tr><td valign="top">[[MD5digest (String function)|MD5digest]]</td><td valign="top">String</td><td valign="top">16-byte MD5 digest</td></tr> | |||
<tr><td valign="top">[[MillisecondsToString (Float function)|MillisecondsToString]]</td><td valign="top">Float</td><td valign="top">Convert milliseconds since 1900 to string date/time</td></tr> | <tr><td valign="top">[[MillisecondsToString (Float function)|MillisecondsToString]]</td><td valign="top">Float</td><td valign="top">Convert milliseconds since 1900 to string date/time</td></tr> | ||
<tr><td valign="top">[[Mod (Float function)|Mod]]</td><td valign="top">Float</td><td valign="top">Remainder of integer division</td></tr> | <tr><td valign="top">[[Mod (Float function)|Mod]]</td><td valign="top">Float</td><td valign="top">Remainder of integer division</td></tr> | ||
Line 77: | Line 106: | ||
<tr><td valign="top">[[RC4decrypt (String function)|RC4decrypt]]</td><td valign="top">String</td><td valign="top">RC4 encryption or decryption</td></tr> | <tr><td valign="top">[[RC4decrypt (String function)|RC4decrypt]]</td><td valign="top">String</td><td valign="top">RC4 encryption or decryption</td></tr> | ||
<tr><td valign="top">[[RC4encrypt (String function)|RC4encrypt]]</td><td valign="top">String</td><td valign="top">RC4 encryption or decryption</td></tr> | <tr><td valign="top">[[RC4encrypt (String function)|RC4encrypt]]</td><td valign="top">String</td><td valign="top">RC4 encryption or decryption</td></tr> | ||
<tr><td valign="top">[[RegexMatch (String function)|RegexMatch]]</td><td valign="top">String</td><td valign="top">Position after match of regex</td></tr> | <tr><td valign="top">[[RegexMatch (String function)|RegexMatch]]</td><td valign="top">String</td><td valign="top">Position after match of regex</td></tr> | ||
<tr><td valign="top">[[RegexReplace (String function)|RegexReplace]]</td><td valign="top">String</td><td valign="top">Replace regex | <tr><td valign="top">[[RegexReplace (String function)|RegexReplace]]</td><td valign="top">String</td><td valign="top">Replace regex match(es)</td></tr> | ||
<tr><td valign="top">[[RegexSplit (String function)|RegexSplit]]</td><td valign="top">String</td><td valign="top">Split string using regex, creating new Stringlist</td></tr> | <tr><td valign="top">[[RegexSplit (String function)|RegexSplit]]</td><td valign="top">String</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">String</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">String</td><td valign="top">Remove the occurrences of a specified substring</td></tr> | ||
Line 85: | Line 113: | ||
<tr><td valign="top">[[Reverse (String function)|Reverse]]</td><td valign="top">String</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">String</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">String</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">String</td><td valign="top">The right-most characters of the string</td></tr> | ||
<tr><td valign="top">[[Round (Float function)|Round]]</td><td valign="top">Float</td><td valign="top">Round a floating point number to | <tr><td valign="top">[[Round (Float function)|Round]]</td><td valign="top">Float</td><td valign="top">Round a floating point number to specified decimal places</td></tr> | ||
<tr><td valign="top">[[RSAPrivateKeyToXmlDoc (String function)|RSAPrivateKeyToXmlDoc]]</td><td valign="top">String</td><td valign="top">Convert BER encoded RSA private key to XML</td></tr> | |||
<tr><td valign="top">[[SecondsToString (Float function)|SecondsToString]]</td><td valign="top">Float</td><td valign="top">Convert seconds since 1900 to string date/time</td></tr> | |||
<tr><td valign="top">[[SHAdigest (String function)|SHAdigest]]</td><td valign="top">String</td><td valign="top">20-byte SHA digest</td></tr> | <tr><td valign="top">[[SHAdigest (String function)|SHAdigest]]</td><td valign="top">String</td><td valign="top">20-byte SHA digest</td></tr> | ||
<tr><td valign="top">[[ | <tr><td valign="top">[[SHA224digest (String function)|SHA224digest]]</td><td valign="top">String</td><td valign="top">224-bit SHA-2 digest</td></tr> | ||
<tr><td valign="top">[[SHA256digest (String function)|SHA256digest]]</td><td valign="top">String</td><td valign="top">256-bit SHA-2 digest</td></tr> | |||
<tr><td valign="top">[[SHA384digest (String function)|SHA384digest]]</td><td valign="top">String</td><td valign="top">384-bit SHA-384 digest</td></tr> | |||
<tr><td valign="top">[[SHA512digest (String function)|SHA512digest]]</td><td valign="top">String</td><td valign="top">512-bit SHA-512 digest</td></tr> | |||
<tr><td valign="top">[[SignedCertificate (String function)|SignedCertificate]]</td><td valign="top">String</td><td valign="top">Sign a certificate request</td></tr> | |||
<tr><td valign="top">[[SignedClientCertificate (String function)|SignedClientCertificate]]</td><td valign="top">String</td><td valign="top">Sign a client certificate request</td></tr> | |||
<tr><td valign="top">[[SquareRoot (Float function)|SquareRoot]]</td><td valign="top">Float</td><td valign="top">Square root of a number</td></tr> | <tr><td valign="top">[[SquareRoot (Float function)|SquareRoot]]</td><td valign="top">Float</td><td valign="top">Square root of a number</td></tr> | ||
<tr><td valign="top">[[StartsWith (String function)|StartsWith]]</td><td valign="top">String</td><td valign="top">Is the argument string an initial substring of the method object string?</td></tr> | <tr><td valign="top">[[StartsWith (String function)|StartsWith]]</td><td valign="top">String</td><td valign="top">Is the argument string an initial substring of the method object string?</td></tr> | ||
Line 93: | Line 128: | ||
<tr><td valign="top">[[StringToDays (String function)|StringToDays]]</td><td valign="top">String</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">String</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">String</td><td valign="top">Convert an Ebcdic string to hexadecimal</td></tr> | <tr><td valign="top">[[StringToHex (String function)|StringToHex]]</td><td valign="top">String</td><td valign="top">Convert an Ebcdic string to hexadecimal</td></tr> | ||
<tr><td valign="top">[[StringTokenizer (String function)|StringTokenizer]]</td><td valign="top">String</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">String</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">String</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">String</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">String</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">String</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">String</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">String</td><td valign="top">Convert date/time string from one format to another</td></tr> | <tr><td valign="top">[[TimeStringConvert (String function)|TimeStringConvert]]</td><td valign="top">String</td><td valign="top">Convert date/time string from one format to another</td></tr> | ||
Line 110: | Line 145: | ||
<tr><td valign="top">[[TrimRight (String function)|TrimRight]]</td><td valign="top">String</td><td valign="top">Trim bytes from right of string</td></tr> | <tr><td valign="top">[[TrimRight (String function)|TrimRight]]</td><td valign="top">String</td><td valign="top">Trim bytes from right of string</td></tr> | ||
<tr><td valign="top">[[U (String function)|U]]</td><td valign="top">String</td><td valign="top">Convert EBCDIC string to Unicode constant, including character encoding</td></tr> | <tr><td valign="top">[[U (String function)|U]]</td><td valign="top">String</td><td valign="top">Convert EBCDIC string to Unicode constant, including character encoding</td></tr> | ||
<tr><td valign="top">[[UnicodeAfter (Unicode function)|UnicodeAfter]]</td><td valign="top">Unicode</td><td valign="top">Part of string after a substring</td></tr> | |||
<tr><td valign="top">[[UnicodeBefore (Unicode function)|UnicodeBefore]]</td><td valign="top">Unicode</td><td valign="top">Part of string before a substring</td></tr> | |||
<tr><td valign="top">[[UnicodeChar (Unicode function)|UnicodeChar]]</td><td valign="top">Unicode</td><td valign="top">The value at a specified position in the input string</td></tr> | <tr><td valign="top">[[UnicodeChar (Unicode function)|UnicodeChar]]</td><td valign="top">Unicode</td><td valign="top">The value at a specified position in the input string</td></tr> | ||
<tr><td valign="top">[[UnicodeEQ (Unicode function)|UnicodeEQ]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode strings are equal</td></tr> | <tr><td valign="top">[[UnicodeEQ (Unicode function)|UnicodeEQ]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode strings are equal</td></tr> | ||
Line 116: | Line 153: | ||
<tr><td valign="top">[[UnicodeGT (Unicode function)|UnicodeGT]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode string greater than another</td></tr> | <tr><td valign="top">[[UnicodeGT (Unicode function)|UnicodeGT]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode string greater than another</td></tr> | ||
<tr><td valign="top">[[UnicodeLE (Unicode function)|UnicodeLE]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode string less than or equal to another</td></tr> | <tr><td valign="top">[[UnicodeLE (Unicode function)|UnicodeLE]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode string less than or equal to another</td></tr> | ||
<tr><td valign="top">[[UnicodeLeft (Unicode function)|UnicodeLeft]]</td><td valign="top">Unicode</td><td valign="top">The left-most characters of the string</td></tr> | <tr><td valign="top">[[UnicodeLeft (Unicode function)|UnicodeLeft]]</td><td valign="top">Unicode</td><td valign="top">The left-most characters of the string</td></tr> | ||
<tr><td valign="top">[[UnicodeLength (Unicode function)|UnicodeLength]]</td><td valign="top">Unicode</td><td valign="top">Length of this string</td></tr> | <tr><td valign="top">[[UnicodeLength (Unicode function)|UnicodeLength]]</td><td valign="top">Unicode</td><td valign="top">Length of this string</td></tr> | ||
<tr><td valign="top">[[UnicodeLT (Unicode function)|UnicodeLT]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode string less than another</td></tr> | |||
<tr><td valign="top">[[UnicodeNE (Unicode function)|UnicodeNE]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode strings are unequal</td></tr> | <tr><td valign="top">[[UnicodeNE (Unicode function)|UnicodeNE]]</td><td valign="top">Unicode</td><td valign="top">Test if unicode strings are unequal</td></tr> | ||
<tr><td valign="top">[[UnicodePositionIn (Unicode function)|UnicodePositionIn]]</td><td valign="top">Unicode</td><td valign="top">The numeric position of one string within another</td></tr> | <tr><td valign="top">[[UnicodePositionIn (Unicode function)|UnicodePositionIn]]</td><td valign="top">Unicode</td><td valign="top">The numeric position of one string within another</td></tr> | ||
<tr><td valign="top">[[UnicodePositionOf (Unicode function)|UnicodePositionOf]]</td><td valign="top">Unicode</td><td valign="top">The numeric position of one string within another</td></tr> | <tr><td valign="top">[[UnicodePositionOf (Unicode function)|UnicodePositionOf]]</td><td valign="top">Unicode</td><td valign="top">The numeric position of one string within another</td></tr> | ||
<tr><td valign="top">[[UnicodeRegexMatch (Unicode function)|UnicodeRegexMatch]]</td><td valign="top">Unicode</td><td valign="top">Position after match of regex</td></tr> | <tr><td valign="top">[[UnicodeRegexMatch (Unicode function)|UnicodeRegexMatch]]</td><td valign="top">Unicode</td><td valign="top">Position after match of regex</td></tr> | ||
<tr><td valign="top">[[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]</td><td valign="top">Unicode</td><td valign="top">Replace regex | <tr><td valign="top">[[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]</td><td valign="top">Unicode</td><td valign="top">Replace regex match(es)</td></tr> | ||
<tr><td valign="top">[[UnicodeReplace (Unicode function)|UnicodeReplace]]</td><td valign="top">Unicode</td><td valign="top">Apply the replacement table to this string</td></tr> | <tr><td valign="top">[[UnicodeReplace (Unicode function)|UnicodeReplace]]</td><td valign="top">Unicode</td><td valign="top">Apply the replacement table to this string</td></tr> | ||
<tr><td valign="top">[[UnicodeRight (Unicode function)|UnicodeRight]]</td><td valign="top">Unicode</td><td valign="top">The right-most characters of the string</td></tr> | <tr><td valign="top">[[UnicodeRight (Unicode function)|UnicodeRight]]</td><td valign="top">Unicode</td><td valign="top">The right-most characters of the string</td></tr> |
Latest revision as of 18:32, 13 August 2017
The following are the available Intrinsic methods.
Method | Class | Description |
---|---|---|
Absolute | Float | Absolute value of a number |
AES128CBCdecrypt | String | AES 128-bit key decryption |
AES128CBCencrypt | String | AES 128-bit key decryption |
AES128decrypt | String | AES 128-bit key decryption |
AES128encrypt | String | AES 128-bit key decryption |
AES192CBCdecrypt | String | AES 192-bit key CBC decryption |
AES192CBCencrypt | String | AES 192-bit key CBC decryption |
AES192decrypt | String | AES 192-bit key decryption |
AES192encrypt | String | AES 192-bit key decryption |
AES256CBCdecrypt | String | AES 256-bit key CBC decryption |
AES256CBCencrypt | String | AES 256-bit key CBC decryption |
AES256decrypt | String | AES 256-bit key decryption |
AES256encrypt | String | AES 256-bit key decryption |
After | String | Part of string after a substring |
Antilog | Float | Antilog base e of a number |
AntilogE | Float | Antilog base e of a number |
Antilog10 | Float | Antilog base 10 of a number |
Antilog2 | Float | Antilog base 2 of a number |
AsciiToEbcdic | String | Convert ASCII string to EBCDIC |
Base64ToString | String | Convert a base 64 string to Ebcdic |
Before | String | Part of string before a substring |
BinaryToFloat | String | Convert binary string representation of a number to floating point |
BinaryToInteger | String | Convert a binary string to an integer |
BitAndInteger | Float | Do bitwise And of integers |
BitAndString | String | Do bitwise And of strings |
BitClearString | String | Clear a bit in a string |
BitCountString | String | Count number of on bits in a string |
BitFlipString | String | Flip a bit in a string |
BitOffInteger | Float | Clear bits in one integer from another |
BitOffString | String | Clear bits in one string from another |
BitOnInteger | Float | Set bits in one integer from another |
BitOnString | String | Set bits in one string from another |
BitOrInteger | Float | Do bitwise Or of integers |
BitOrString | String | Do bitwise Or of strings |
BitSetString | String | Set a bit in a string |
BitShiftLeftInteger | Float | Do left shift of bits in an integer |
BitShiftRightInteger | Float | Do right shift of bits in an integer |
BitValueString | String | Get bit value (0 or 1) in a string |
BitXorInteger | Float | Do bitwise exclusive Or of integers |
BitXorString | String | Do bitwise exclusive Or of strings |
Center | String | Center the input string within a return string of a specified length |
Centre | String | Center the input string within a return string of a specified length |
CertificateRequest | String | Create a certificate request from a private key |
Char | String | The value at a specified position in the input string |
CharacterToUnicode | String | Translate characters to unicode |
ClientCertificateRequest | String | Create a client certificate request from a public key |
DaysToString | Float | Convert days since 1900 to string date/time |
DEA128CBCdecrypt | String | DEA 128-bit key decryption |
DEA128CBCencrypt | String | DEA 128-bit key decryption |
DEA128decrypt | String | DEA 128-bit key decryption |
DEA128encrypt | String | DEA 128-bit key decryption |
DEA192CBCdecrypt | String | DEA 192-bit key CBC decryption |
DEA192CBCencrypt | String | DEA 192-bit key CBC decryption |
DEA192decrypt | String | DEA 192-bit key decryption |
DEA192encrypt | String | DEA 192-bit key decryption |
DEA64CBCdecrypt | String | DEA 64-bit key CBC decryption |
DEA64CBCencrypt | String | DEA 64-bit key CBC decryption |
DEA64decrypt | String | DEA 64-bit key decryption |
DEA64encrypt | String | DEA 64-bit key decryption |
Deflate | String | Compress a longstring with deflate |
DerToXmlDoc | String | Convert DER encoded data to XML |
Div | Float | Integer division |
EbcdicToAscii | String | Convert EBCDIC string to ASCII |
EbcdicToUnicode | String | Convert EBCDIC string to Unicode |
FloatToBinary | Float | Binary string containing floating point representation |
FloatToString | Float | Convert a number to a string |
FormUrlDecodeUnicode | String | Convert Form URL encoded UTF-8 string to Unicode |
Gunzip | String | Decompress a longstring with GUNZIP |
GunzipDatetimeNS | String | Return create date of GZIP format longstring |
GunzipFilename | String | Return name of GZIP format longstring |
Gzip | String | Compress a longstring with GZIP |
HexToInteger | String | Convert a hexadecimal string to an integer |
HexToString | String | Convert a hexadecimal string to Ebcdic |
Inflate | String | Decompress a longstring with inflate |
Insert | String | Insert argument string inside the method object string |
IntegerToBinary | Float | Convert an integer to a binary string |
IntegerToHex | Float | Convert an integer to a hexadecimal string |
IsOneOf | String | Is the method object string matched by any of the strings in the input list? |
IsPrime | Float | Is this number prime? |
IsStartOf | String | Is the method object string an initial substring of the argument string? |
JsonParse | Unicode | Parse a string into a Json object tree |
Left | String | The left-most characters of the string |
Length | String | The length of the string |
Log | Float | Natural log (base e) of a number |
LogE | Float | Natural log (base e) of a number |
Log10 | Float | Log base 10 of a number |
Log2 | Float | Log base 2 of a number |
MarksNumberToStoreCode | Float | |
MarksStoreCodeDecrement | String | |
MarksStoreCodeIncrement | String | |
MarksStoreCodeToNumber | String | |
MD5digest | String | 16-byte MD5 digest |
MillisecondsToString | Float | Convert milliseconds since 1900 to string date/time |
Mod | Float | Remainder of integer division |
Modulus | Float | Remainder of integer division |
NextPrime | Float | Find smallest prime greater than this number |
ParseLines | String | Parse delimited string, creating new Stringlist |
PositionIn | String | The numeric position of one string within another |
PositionOf | String | The numeric position of one string within another |
PreviousPrime | Float | Find greatest prime smaller than this number |
RC4decrypt | String | RC4 encryption or decryption |
RC4encrypt | String | RC4 encryption or decryption |
RegexMatch | String | Position after match of regex |
RegexReplace | String | Replace regex match(es) |
RegexSplit | String | Split string using regex, creating new Stringlist |
Remove | String | Remove the occurrences of a specified substring |
Replace | String | Replace occurrences of a substring with a substitute string |
Reverse | String | Return string characters in right-to-left order |
Right | String | The right-most characters of the string |
Round | Float | Round a floating point number to specified decimal places |
RSAPrivateKeyToXmlDoc | String | Convert BER encoded RSA private key to XML |
SecondsToString | Float | Convert seconds since 1900 to string date/time |
SHAdigest | String | 20-byte SHA digest |
SHA224digest | String | 224-bit SHA-2 digest |
SHA256digest | String | 256-bit SHA-2 digest |
SHA384digest | String | 384-bit SHA-384 digest |
SHA512digest | String | 512-bit SHA-512 digest |
SignedCertificate | String | Sign a certificate request |
SignedClientCertificate | String | Sign a client certificate request |
SquareRoot | Float | Square root of a number |
StartsWith | String | Is the argument string an initial substring of the method object string? |
StringToBase64 | String | Convert an Ebcdic string to base 64 |
StringToDays | String | Convert string date/time to days since 1900 |
StringToHex | String | Convert an Ebcdic string to hexadecimal |
StringTokenizer | String | Create a tokenizer using the method object string |
StringToMilliseconds | String | Convert string date/time to milliseconds since 1900 |
StringToSeconds | String | Convert string date/time to seconds since 1900 |
Substring | String | Return a substring of the method object string |
TimeStringConvert | String | Convert date/time string from one format to another |
ToDegrees | Float | Convert a number in radians to degrees |
ToFloatPower | Float | Raise number to a floating point power |
ToIntegerPower | Float | Raise number to an integer power |
ToLower | String | Return alphabetic characters as all-lowercase |
ToPower | Float | Raise number to an integer power |
ToRadians | Float | Convert a number in desgrees to radians |
ToString | String | Convert string to a string |
ToUpper | String | Return alphabetic characters as all-uppercase |
Translate | String | Apply a Character Map to the method object string |
TrimLeft | String | Trim bytes from left of string |
TrimRight | String | Trim bytes from right of string |
U | String | Convert EBCDIC string to Unicode constant, including character encoding |
UnicodeAfter | Unicode | Part of string after a substring |
UnicodeBefore | Unicode | Part of string before a substring |
UnicodeChar | Unicode | The value at a specified position in the input string |
UnicodeEQ | Unicode | Test if unicode strings are equal |
UnicodeFormUrlEncode | Unicode | Form URL encode unicode string |
UnicodeGE | Unicode | Test if unicode string greater than or equal to another |
UnicodeGT | Unicode | Test if unicode string greater than another |
UnicodeLE | Unicode | Test if unicode string less than or equal to another |
UnicodeLeft | Unicode | The left-most characters of the string |
UnicodeLength | Unicode | Length of this string |
UnicodeLT | Unicode | Test if unicode string less than another |
UnicodeNE | Unicode | Test if unicode strings are unequal |
UnicodePositionIn | Unicode | The numeric position of one string within another |
UnicodePositionOf | Unicode | The numeric position of one string within another |
UnicodeRegexMatch | Unicode | Position after match of regex |
UnicodeRegexReplace | Unicode | Replace regex match(es) |
UnicodeReplace | Unicode | Apply the replacement table to this string |
UnicodeRight | Unicode | The right-most characters of the string |
UnicodeSubstring | Unicode | Return a substring of the method object string |
UnicodeToEbcdic | Unicode | Translate to Ebcdic |
UnicodeToLower | Unicode | Translate to lowercase |
UnicodeToUpper | Unicode | Translate to uppercase |
UnicodeToUtf16 | Unicode | Translate to UTF-16 |
UnicodeToUtf8 | Unicode | Translate to UTF-8 |
UnicodeTrimLeft | Unicode | Trim characters from left of string |
UnicodeTrimRight | Unicode | Trim characters from right of string |
UnicodeUnspace | Unicode | Remove whitespace characters from the string |
UnicodeUntranslatablePosition | Unicode | Position of first Unicode character not translatable to EBCDIC |
UnicodeUrlEncode | Unicode | URL encode unicode string |
UnicodeWith | Unicode | Concatenate this Unicode string with another |
Unspace | String | Remove whitespace characters from the string |
UrlDecodeUnicode | String | Convert URL encoded UTF-8 string to Unicode |
Utf16ToUnicode | String | Convert a UTF-16 Longstring bytestream to Unicode |
Utf8ToUnicode | String | Convert a UTF-8 Longstring bytestream to Unicode |
Word | String | Select word from list of words |
WordCount | String | Count words in list |
WordNumberIn | String | Word number of method object needle within argment list of words |
WordNumberOf | String | Word number of argument needle within method object list of words |
Words | String | Sublist of list of words |
X | String | Hex constant method |
X509CertificateToXmlDoc | String | Convert BER encoded X.509 certificate to XML |
X509CrlToXmlDoc | String | Convert BER encoded X.509 CRL to XML |
Zip | String | Compress a longstring with ZIP |