pub fn regex(
    case_insensitive: bool,
    multi_line: bool,
    expression: String
) -> IslConstraint
Expand description

Creates a regex constraint using the expression and flags (case_insensitive, multi_line)