Hello team!
In Validator._validate_regex it was recently added that if the regex pattern does not end with $, it will be added to the pattern. However, this is sometimes problematic for multi-line string as it will match properly what is desired.
Do you think it would be possible to added a flag to enable re.MULTILINE to be added to the re_obj.match(value).
Thank you!