Constants Summary
|
ALL_IGNORE_CASE |
|
|
NORM_WORD_ONLY |
Flag for normal (Boyer-Moore) search |
|
REG_EXTENDED |
Flag for "regular expression" search / interpret as extended regular expression |
|
REG_NOSUB |
Flag for "regular expression" search / No replace, i.e., avoid sub regular
expresions, return true/false to match
|
|
REG_NEWLINE |
Flag for "regular expression" search / Special new line treatment |
|
REG_NOT_BEGINOFLINE |
A NEWLINE character in string will not be matched by a period outside bracket
expression or by any form of a non matching list.
A circumflex (^) in pattern when used to specify expression anchoring
will match the zero length string immediately after a newline in string,
regardless of the setting of REG_NOTBOL
A dollar-sign ($) in pattern when used to specify expression anchoring,
will match zero-length string immediately before a new line in string,
regardless of the setting of REG_NOTEOL
|
|
REG_NOT_ENDOFLINE |
The first character in the string is not the beginning of the line therefore ^ will not
match with first character of the string
|
|
LEV_RELAXED |
Flags for "Weight Levenshtein-Distance" search |
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.