FXRexError

enum FXRexError

Regular expression error codes

[more] REGERR_EMPTY
Empty pattern
[more] REGERR_PAREN
Unmatched parenthesis
[more] REGERR_BRACK
Unmatched bracket
[more] REGERR_BRACE
Unmatched brace
[more] REGERR_RANGE
Bad character range
[more] REGERR_ESC
Bad escape sequence
[more] REGERR_COUNT
Bad counted repeat
[more] REGERR_NOATOM
No atom preceding repetition
[more] REGERR_REPEAT
Repeat following repeat
[more] REGERR_BACKREF
Bad backward reference
[more] REGERR_CLASS
Bad character class
[more] REGERR_COMPLEX
Expression too complex
[more] REGERR_MEMORY
Out of memory


Documentation

Regular expression error codes
o REGERR_EMPTY
Empty pattern

o REGERR_PAREN
Unmatched parenthesis

o REGERR_BRACK
Unmatched bracket

o REGERR_BRACE
Unmatched brace

o REGERR_RANGE
Bad character range

o REGERR_ESC
Bad escape sequence

o REGERR_COUNT
Bad counted repeat

o REGERR_NOATOM
No atom preceding repetition

o REGERR_REPEAT
Repeat following repeat

o REGERR_BACKREF
Bad backward reference

o REGERR_CLASS
Bad character class

o REGERR_COMPLEX
Expression too complex

o REGERR_MEMORY
Out of memory

Alphabetic index HTML hierarchy of classes or Java



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