Module rubble_templates::std_fun::strings [−][src]
Provides standard string manipulation and utility functions.
See std_fun or string_functions for more info.
Constants
| EMPTY_STRING |
Functions
| concat_function | Concatenates the parameters. |
| quotes_function | Inserts “. Ignores the parameters. |
| right_brackets_function | Inserts “}}”. Ignores the parameters. |
| string_functions | Provides a set of string related functions. |
| trim_function | Trims the parameters. If there is more than one parameter, then concatenates them. |