String handling functionsΒΆ
These functions are a subset of General functions, grouped here for convenience.
Return a string centred within its width |
|
Return a substring of a longer string |
|
Search for a pattern in a string |
|
Left-justify a string |
|
Right-justify a string |
|
Store a substring within a longer string |
|
Return the length of a string |
|
Return the number of character positions a string will occupy in a specified font |
|
Fold a string to lower case |
|
Convert a text expression to date |
|
Convert an expression to text |
|
Fold a string to upper case |