X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=inline;f=help%2Fhtml%2Ffeatures%2Fsearch.html;h=3d608589608b4de33dde3838a6171c50ab5cfbb0;hb=57fa882fcd2d85ef524a027fe9883ce8c99649a3;hp=bffc1ff5a389b6ed2220416069d228c6b8a7d780;hpb=627cc304ce9dde4e1aa6bfd51f982e7c4613df9c;p=jalview.git diff --git a/help/html/features/search.html b/help/html/features/search.html index bffc1ff..3d60858 100755 --- a/help/html/features/search.html +++ b/help/html/features/search.html @@ -13,23 +13,27 @@ td {

Search

The search box is displayed by pressing Control and F or selecting "Find..." from the "Search" menu.

- -

"Find next" will find the next occurence of the specified - and adjust the alignment window view to show it, and "Find - all" highlights all matches for a pattern. The "Create new - group" is a quick way to highlight and group residues matching - the specified search pattern throughout the alignment.

+ +

"Find next" will find the next occurence of the specified and adjust + the alignment window view to show it, and "Find all" highlights all + matches for a pattern. The "New Feature" is a quick way to highlight + and group residues matching the specified search pattern throughout the alignment.

+

Creating Features from Search Results

+

+ If "New Feature" is selected, the feature can be given a name from + a popup input box. Use the "Feature Settings" under the "View" + menu to change the visibility and colour of the new sequence feature.

A quick Regular Expression Guide

A regular expression is not just a simple text query - although it can be used like one, the query is not parsed literally, but @@ -84,12 +88,12 @@ below describes some of the regular expression syntax:

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