Function Name |
Operation |
Convert the first character of string to ASCII value. |
|
Convert Hexadecimal string to binary equivalent. |
|
Return a string, given a boolean value. |
|
Convert old style line breaks to Windows Standard. |
|
Change escape sequences within a string to the associated special character. |
|
Change special characters within a string to escape sequences. |
|
Convert binary array to a Hexadecimal string. |
|
Return whether the characters in a string are alphabetic. |
|
Return whether the characters in a string are alphanumeric. |
|
Return whether the characters in a string are alphanumeric or punctuation marks. |
|
Return whether the characters in a string are alphabetic characters or punctuation marks. |
|
Return whether the characters in a string are ASCII characters. |
|
Return whether the characters in a string are integers. |
|
Return whether the characters in a string are digits or punctuation marks. |
|
Create a character from the ASCII value. |
|
Add characters to the front or rear of a string. |
|
Reverse the order of characters in a string. |
|
Return whether one string is contained in another. |
|
Compare two strings to determine whether they are equal. |
|
Remove carriage return characters from a string. |
|
Return a numeric string as a float. |
|
Return a numeric string as an integer. |
|
Substitute string arguments into a single string. |
|
Extract characters from a string. |
|
Convert the characters in a string to lowercase. |
|
Convert a string to uppercase. |
|
Remove the leading and trailing blanks from a string. |