SlickEdit V3.3 User Manual page 551

Slick computer accessories user manual
Table of Contents

Advertisement

SlickEdit Regular Expression
\xhh
\ddd
\gd
\c
\n
\r
\t
\b
\f
\od
\om
SlickEdit
Regular Expressions
®
Definition
Regular
Matches hexadecimal character hh where
0<=hh<=0xff.
Matches decimal character ddd where
0<=ddd<=255.
Defines a back reference to tagged expression
number d. For example, {abc}def\g0 matches the
string abcdefabc. If the tagged expression has not
been set, the search fails.
Specifies cursor position if match is found. If the ex-
pression xyz\c is found, the cursor is placed after
the z.
Matches newline character sequence. Useful for
matching multi-line search strings. What this
matches depends on whether the buffer is a DOS
(ASCII 13,10 or just ASCII 10), UNIX (ASCII 10),
Macintosh (ASCII 13), or user-defined ASCII file.
Use \d10 if you want to match an ASCII 10 charac-
ter.
Matches carriage return.
Matches tab character.
Matches backspace character.
Matches form feed character.
Matches any 2-byte DBCS character. This escape
is only valid in a match set ([...\od...]). [^\od]
matches any single byte character excluding end-
of-line characters. When used to search Unicode
text, this escape does nothing.
Turns on multi-line matching. This enhances the
match character set, or match any character primit-
ives to support matching end-of-line characters. For
example, \om?# matches the rest of the buffer.
Note: Test the regular expression on a very small
file before using it on a large file. This option may
cause the editor to use a lot of memory.
Expressions.
529

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SLICKEDIT V3.3 and is the answer not in the manual?

This manual is also suitable for:

Corev3.3 for eclipse

Table of Contents