From: Adam Dickmeiss Date: Wed, 11 Oct 2006 12:37:23 +0000 (+0000) Subject: More on regular expressions in grs.regx filters. X-Git-Tag: ZEBRA.2.0.6~94 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=20748e92bc15812298ad44318f0c54dd297bb9df More on regular expressions in grs.regx filters. --- diff --git a/doc/recordmodel-grs.xml b/doc/recordmodel-grs.xml index bd11180..68744b0 100644 --- a/doc/recordmodel-grs.xml +++ b/doc/recordmodel-grs.xml @@ -1,5 +1,5 @@ - + GRS Record Model and Filter Modules @@ -369,7 +369,7 @@ - INIT + INIT The action associated with this expression is evaluated @@ -381,7 +381,7 @@ - BEGIN + BEGIN Matches the beginning of the record. It can be used to @@ -392,7 +392,7 @@ - END + END Matches the end of the record - when all of the contents @@ -401,15 +401,20 @@ - /pattern/ + + /reg/ + - Matches a string of characters from the input record. + Matches regular expression pattern reg + from the input record. The operators supported are the same + as for regular expression queries. Refer to + . - BODY + BODY This keyword may only be used between two patterns. @@ -418,7 +423,7 @@ - FINISH + FINISH The expression associated with this pattern is evaluated