Value
|
Description
|
Type
|
Strings
|
Default
|
(empty)
|
Description
|
This attribute specifies a regular expression that searches for the end of rule hits. It is used with the beginning of rule
hits found using
LB\Str,
LB\RegExpr or
LB\Offset. The attributes
CaseSensitive and
IgnoreWhiteSpaces are not used during searches.
|
Example
<RB>
<RegExpr>["' *value]</RegExpr>
</RB>
Matches:
- ]
- "
- '
- (blank char)
- *
- v
- a
- l
Note: Recording rules use the regular expression implementation as described in
Structure of Regular Expressions. Additionally, some characters need special encoding since recording rules are stored in XML format. For more information,
see
Writing XML Files.