Maptitude GISDK Help |
Here is a summary of the string GISDK functions:
GISDK Function |
Summary |
Returns the ASCII code of a character |
|
Returns a character of the ASCII table |
|
Compares two strings to see if they match |
|
Formats a number |
|
Converts an integer to a string representation of the integer value |
|
Returns a concatenated string separated by the delimiter |
|
Returns the leftmost n characters of a string |
|
Returns the length of a string |
|
Converts a string to lower case |
|
Pads a string with spaces to the left |
|
Divides a string into pieces separated by the specified delimiters |
|
Returns the position of a substring within a string |
|
Search for the first occurrence of a substring within a string, starting the search at a designated position |
|
Search for the last occurrence of a substring within a string, ending the search at a designated position |
|
Converts a string to proper case (first letter of each word capitalized) |
|
Converts a real number to a string |
|
Returns the rightmost n characters of a string |
|
Pads a string with spaces to the right |
|
Divides a string into pieces based on the position of vertical bars (|) in that string |
|
Converts a real number to a string |
|
Returns the length of a string |
|
Replaces a matching substring with a new string |
|
Returns the input string with all occurrences of the characters listed in the find string replaced with the characters in the replacement string |
|
Extracts a portion of a string |
|
Removes the leading and trailing spaces from a string |
|
Converts a string to upper case |
|
Extracts one word from a string |
For information of functions that handle dates in strings, see DateTime Functions.
©2025 Caliper Corporation | www.caliper.com |