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.