RePattern
Basic regular expression conditions
Last updated
Basic regular expression conditions
Last updated
Main methods and properties
pattern (Union[re.Pattern[str], str]): Regular expression pattern.
get_key (str): Key associated with data of type str that will be checked.
Scan through string looking for the first location where the regular expression pattern produces a match and if it is, return True.
input_data (): Data for processing
evaluator (): Evaluator in context of which Condition executed.
bool: Result of evaluation. Define that condition is fulfilled or not.
If zero or more characters at the beginning of string match the regular expression pattern return True.
bool: Result of evaluation. Define that condition is fulfilled or not.
input_data (): Data for processing
evaluator (): Evaluator in context of which Condition executed.