Modules in plugin core_types v0.5.0
- 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.
- load.kiara_model
- load.kiara_model_list
- logic.and
Returns 'True' if both inputs are 'True'.
- logic.not
Negates the input.
- logic.or
Returns 'True' if one of the inputs is 'True'.
- string.filters
- string.match_regex
Match a string using a regular expression.
- string.replace
Replace a string if it matches a key in a mapping dictionary.