Rule Group Regex Match Statement
data class RuleGroupRegexMatchStatement(val fieldToMatch: RuleGroupFieldToMatch, val regexString: String, val textTransformations: List<RuleGroupTextTransformation>)
Constructors
Link copied to clipboard
fun RuleGroupRegexMatchStatement(fieldToMatch: RuleGroupFieldToMatch, regexString: String, textTransformations: List<RuleGroupTextTransformation>)