Skip to main content

string_functions

Function string_functions 

Source
pub fn string_functions() -> HashMap<String, Box<dyn Function>>
Expand description

Provides a set of string related functions.

Available functions:

  • concat - Concatenates parameters.
  • trim - Trims parameters.
  • $} - Inserts “}}”.
  • $quote - Inserts double qoutes (“).