Flags that can be passed to regular expression functions.
Flags that can be passed to regular expression functions.
Regex::Flags::None
(0)
Regex::Flags::CaseInsensitive
(256)
Regex::Flags::NoSubs
(512)
Regex::Flags::Optimize
(1024)
Regex::Flags::Collate
(2048)
Regex::Flags::ECMAScript
(1)
Regex::Flags::Basic
(2)
Regex::Flags::Extended
(4)
Regex::Flags::Awk
(8)
Regex::Flags::Grep
(16)
Regex::Flags::Egrep
(32)