Module human_regex::flags

source ·
Expand description

Functions for adding flags

Functions

Makes all matches case insensitive, matching both upper and lowercase letters.
A function to disable unicode support
A function that will allow . to match newlines (\n)
Enables multiline mode, which will allow beginning() and end() to match the beginning and end of lines