regex

abstract val regex: Regex(source)

A regular expression used for parsing and matching conditional expressions. It serves as a pattern to identify and extract components from the input string that conform to the expected condition syntax, enabling the creation of valid Condition objects.