From ced8c5d11556e7b837300361c46a6c19422724ea Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 4 Nov 2008 11:48:05 +0000 Subject: [PATCH] comment about escaping regex properly --- help/html/features/preferences.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)
    -- 1.7.10.2