From: jprocter Date: Tue, 4 Nov 2008 11:48:05 +0000 (+0000) Subject: comment about escaping regex properly X-Git-Tag: Release_2_5~432 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=ced8c5d11556e7b837300361c46a6c19422724ea;p=jalview.git comment about escaping regex properly --- diff --git a/help/html/features/preferences.html b/help/html/features/preferences.html index c173212..36646d6 100755 --- a/help/html/features/preferences.html +++ b/help/html/features/preferences.html @@ -86,9 +86,12 @@ vbersion of the font to sequence labels.

  • Each top level parenthesis will yield a URL containing the text matched within that parenthesis.
  • Regions matching sub-parentheseses within a top-level parenthesis will be concatenated to form the text inserted into the URL for the top-level parenthesis.
  • - Please Note: the regular expressions supported by Jalview are those provided by the Stevesoft javaregex package. + Please Note: +
    • The regular expressions supported by Jalview are those provided by the Stevesoft javaregex package. +
    • Some characters must be escaped when specifying them as a match within a regular expression.

    Many Thanks to Bernd Brand of the Free University of Amsterdam for testing this new regular-expression expansion feature!
    +

    Default Browser (Unix)