Module regex_option

Source

Structs§

RegexOption

Enums§

TypeTrue
This is the type of the regex option. Options are: - ignore-case: Ignores the case of the text being matched. Add - whole-word: Matches whole words only. - multi-line: Matches across multiple lines.