module Aerospike::Exp::RegexFlags
Regex
bit flags
Constants
- EXTENDED
Use POSIX Extended Regular Expression syntax when interpreting regex.
- ICASE
Do not differentiate case.
- NEWLINE
Match-any-character operators don’t match a newline.
- NONE
Regex
defaults- NOSUB
Do not report position of matches.