From 20748e92bc15812298ad44318f0c54dd297bb9df Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 11 Oct 2006 12:37:23 +0000 Subject: [PATCH] More on regular expressions in grs.regx filters. --- doc/recordmodel-grs.xml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) 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 -- 1.7.10.4