Expand description
Collection of common expressions.
Functions§
- and
- Returns an expression that is the and’ed result of the given boolean expressions.
- normalize_
string - Returns an expression that is the normalized version of the given string expression.
- not
- Returns an expression that is the inverted result of the given boolean expression.
- or
- Returns an expression that is the or’ed result of the given boolean expressions.