Modules in plugin core_types v0.5.0
- date.check_rangeCheck whether a date falls within a specified date range. 
- date.extract_from_stringExtract a date object from a string. 
- list.containsCheck whether an element is in a list. 
- load.kiara_model
- load.kiara_model_list
- logic.andReturns 'True' if both inputs are 'True'. 
- logic.notNegates the input. 
- logic.orReturns 'True' if one of the inputs is 'True'. 
- string.filters
- string.match_regexMatch a string using a regular expression. 
- string.replaceReplace a string if it matches a key in a mapping dictionary.