X-Git-Url: https://git.donarmstrong.com/?p=dactyl.git;a=blobdiff_plain;f=common%2Flocale%2Fen-US%2Fpattern.xml;h=78088274e30d004efe378dfe0820105c6ee6def9;hp=6ecac3a04a31d9ea0ed37fcff5e710d5e50119dc;hb=9044153cb63835e39b9de8ec4ade237c03e3888a;hpb=70740024f9c028c1fd63e1a1850ab062ff956054 diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml index 6ecac3a..7808827 100644 --- a/common/locale/en-US/pattern.xml +++ b/common/locale/en-US/pattern.xml @@ -36,24 +36,21 @@
  • Escape sequences to toggle link-only and case-sensitive find.
  • +
  • + Crude regular expression searches are supported. +
  • -

    - Regular expression find, however, is not currently available unless the - /Find Bar/ service is installed, in which case it may be toggled on with - a find flag. -

    - /]]> - /pattern + /pattern

    Find pattern starting at the current caret position.

    - The following escape sequences can be used to modify the - behavior of the find. When flags conflict, the last to - appear is the one that takes effect. + The following escape sequences can be used anywhere in + pattern to modify the behavior of the search. When flags + conflict, the last to appear is the one that takes effect.

    @@ -61,13 +58,6 @@
    \C
    Perform case sensitive find (default if findcase=match).
    \l
    Search only in links, as defined by hinttags.
    \L
    Search the entire page.
    -
    - -

    - Additionally, if the /Find Bar/ extension is installed, the - following flags may be used, -

    -
    \r
    Process the entire pattern as a regular expression.
    \R
    Process the entire pattern as an ordinary string.
    @@ -75,12 +65,12 @@
    - ?]]> - ?pattern + ?]]> + ?pattern

    Find a pattern backward of the current caret position in exactly the - same manner as / + same manner as /.

    @@ -102,7 +92,7 @@ - *]]> + *]]> *

    Search forward for the next occurrence of the word under cursor.

    @@ -110,7 +100,7 @@
    - #]]> + #]]> #

    Search backward for the previous occurrence of the word under cursor.