From: jprocter Date: Wed, 8 Jun 2005 15:27:50 +0000 (+0000) Subject: grammar. X-Git-Tag: Release_2_0~92 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=627cc304ce9dde4e1aa6bfd51f982e7c4613df9c;p=jalview.git grammar. --- diff --git a/help/html/features/search.html b/help/html/features/search.html index 5fedf33..bffc1ff 100755 --- a/help/html/features/search.html +++ b/help/html/features/search.html @@ -83,11 +83,12 @@ below describes some of the regular expression syntax:

{min,} - Matches at least the specified number of the preceding element. + Matches of the preceding element matched at least the + specified number of times. {min,max} - Matches if the preceding element matches between min and max + Matches if the preceding element matches min or at most max number of times.