Regular expression parse flags

enum Regular expression parse flags


[more] REX_NORMAL
Normal mode
[more] REX_CAPTURE
Perform capturing parentheses
[more] REX_ICASE
Case independent matching
[more] REX_NEWLINE
Match-any operators match newline too
[more] REX_VERBATIM
Disable interpretation of magic characters


Documentation

Regular expression parse flags
o REX_NORMAL
Normal mode

o REX_CAPTURE
Perform capturing parentheses

o REX_ICASE
Case independent matching

o REX_NEWLINE
Match-any operators match newline too

o REX_VERBATIM
Disable interpretation of magic characters

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.