String |
Description |
|---|---|
Returns a number representing the character code of the first character in string. |
|
Returns decoded binary string of a Base64 encoded string. |
|
Given a Base64 encoded string, returns its decoded version as a string. |
|
Decodes a given base 64 string to a binary file. |
|
Returns Base64 encoded version of a binary string. |
|
Returns Base64 encoded version of a file. |
|
Returns Base64 encoded version of given Text. |
|
Returns a one character string containing the character whose character code is number. Number must be in the range 0-255, or a run-time error will occur. |
|
Converts a Unicode string to ASCII. |
|
Returns a properly dequoted string. |
|
Removes all occurrences of each character in a string, from another string. |
|
Formats a BankAccountNo from a valid BankAccountNo and Pattern string for a specified country. |
|
Formats a TaxNo from a valid TaxNo and Pattern string for a specified country. |
|
Returns a Globally Unique Identifier (GUID) as a string. |
|
Returns the position of one string within another string. |
|
Returns the position of one string within another string, from the end of the string. |
|
Joins an object and a delimiter, and returns a delimited string. |
|
Removes all occurrences of any character not contained in a string, from another string. |
|
Returns the leftmost characters of a string, of a selected length. |
|
Returns the length of string. |
|
Returns a string in lower case. |
|
Left pad string to a specified number of characters. |
|
Removes leading spaces from a string. |
|
Strips non-printing and invalid characters from a code. |
|
Returns a Boolean indicating whether regular expression matches string. |
|
Returns a sub-string of a string. |
|
Creates a bank account number from a Bank Account string and a Pattern string, using a Pad Character. |
|
Returns a string in proper case. |
|
Returns a properly quoted string. |
|
Replaces a specified substring with another substring. |
|
Returns a replaced string based on regular expression. |
|
Returns the rightmost characters of a string, of a selected length. |
|
Right pad string to a specified number of characters. |
|
Removes trailing spaces from a string. |
|
Converts an expression into a string. |
|
Splits a text string into a list of strings, separated by a delimiter. |
|
Returns transformed Phone no using transformations. |
|
Removes leading and trailing spaces from a string. |
|
Returns a string in upper case. |
|
Returns a boolean indicating whether given AccountNo is valid for a specified country (currently only NZ). |
|
Validates a code. |
|
Validates an Email Address. |
|
Return a valid file name. |
|
Returns a boolean indicating whether given TaxNo is valid for a specified country (currently only NZ). |
|
Returns string with an amount in words. |