Regular expression match flags

enum Regular expression match flags


[more] REX_FORWARD
Match scanning forward from offset
[more] REX_BACKWARD
Match scanning backward from offset
[more] REX_NOT_BOL
Start of string is NOT begin of line
[more] REX_NOT_EOL
End of string is NOT end of line


Documentation

Regular expression match flags
o REX_FORWARD
Match scanning forward from offset

o REX_BACKWARD
Match scanning backward from offset

o REX_NOT_BOL
Start of string is NOT begin of line

o REX_NOT_EOL
End of string is NOT end of line

Alphabetic index HTML hierarchy of classes or Java



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