Hosted by
 |
String_Tools
 |  | procedure To_Lower |  |
 | Convert a string to lower case. |  |
|
 |  | procedure Replace_Char |  |
 | Replace characters in a string. |  |
|
 |  | function Suffix_After_Char |  |
 | Extract a filename from a path, or an identifier from a fully
qualified dotted notation. Return the suffix of the string that
comes after the last occurrence of Char. |  |
|
|
|