String type
Last updated
Was this helpful?
Last updated
Was this helpful?
String type
string type functions
- combines strings horizontally.
- creates an string of blank characters.
- Converts to a character array.
- checks if string contains with pattern.
- Convert chars arrays to string arrays.
- Convert string arrays to character arrays.
- Computes the number of occurrences of an pattern.
- Remove trailing whitespace.
- checks if string ends with pattern.
- Convert an integer array to a string
- checks if input is string array with one element.
- Determine which characters are letters.
- Determine which characters are space.
- Combine strings.
- Matrix to String.
- Determine if pattern matches with strings.
- Returns a newline character.
- Converts numbers to character array.
- Replaces strings in another.
- Writes data to a string.
- checks if string starts with pattern.
- Converts a string to double.
- concatenate strings horizontally.
- Strings comparaison.
- Strings comparaison (case insensitive).
- Find a string in another.
- string array constructor.
- Create string array without characters.
- Justify strings
- Length of strings in cell of strings or string array.
- Compares first n characters of strings.
- Compares first n characters of strings (case sensitive).
- Replaces strings in another.
- Remove leading and trailing whitespace.
- Lower case conversion.
- Upper case conversion.