Operations in plugin core_types v0.5.0
Public operations
- date.check_range
Check whether a date falls within a specified date range.
- date.extract_from_string
Extract a date object from a string.
- list.contains
Check whether an element is in a list.
- logic.and
Returns 'True' if both inputs are 'True'.
- logic.nand
Returns 'False' if both inputs are 'True'.
- logic.nor
Returns 'True' if both inputs are 'False'.
- logic.not
Negates the input.
- logic.or
Returns 'True' if one of the inputs is 'True'.
- logic.xor
Returns 'True' if exactly one of it's two inputs is 'True'.
- string_filter.tokens