Slickedit ® Regular Expressions - SlickEdit V3.3 User Manual

Slick computer accessories user manual
Table of Contents

Advertisement

Sample UNIX Expression
\x{6587}
[\p{L}-[qw]]
[\p{L}]
[\p{Lul}]
[\P{L}]
[\p{isGreek}]
SlickEdit
Regular Expressions
®
SlickEdit regular expressions are defined in the following table.
Table 11.14. SlickEdit Regular Expressions
SlickEdit Regular Expression
^
$
?
X+
X#
X*
X@
X:n1
526
SlickEdit
Regular Expressions
®
Description
ters in the Greek block.
Matches Unicode character with hexadecimal value
6587. Character set intersection. Matches all Uni-
code letters in the Greek block.
Matches all Unicode letters except q and w.
Matches all Unicode letters.
Matches all Unicode uppercase and lowercase let-
ters.
Matches all Unicode characters that are not letters.
Matches all Unicode characters in the Greek block.
Definition
Matches beginning of line.
Matches end of line.
Matches any character except newline.
Minimal match of one or more occurrences of X.
See
Minimal versus Maximal Matching
formation.
Maximal match of one or more occurrences of X.
Minimal match of zero or more occurrences of X.
Maximal match of zero or more occurrences of X.
Matches exactly n1 occurrences of X. Use () to
for more in-

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