X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2Fsearch.html;h=532fcb428090031dfe4588b80104885863e3a65e;hb=f27288fc849683377b0327538dc9758e957c638b;hp=5fedf330d5c1ba9155a8e143d9a4260f7a595d9d;hpb=92ae1457a784553ccdb842b122d481ce6c5ff24f;p=jalview.git diff --git a/help/html/features/search.html b/help/html/features/search.html index 5fedf33..532fcb4 100755 --- a/help/html/features/search.html +++ b/help/html/features/search.html @@ -83,12 +83,13 @@ 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 - number of times. + Matches if the preceding element matches min or at most max + number of times