Brocade Communications Systems WFT-2D User Manual page 1548

San user manual
Table of Contents

Advertisement

F
Regular Expressions
TABLE 1
Construct
\e
\cx
TABLE 2
Construct
[abc]
[^abc]
[a-zA-Z]
[a-d[m-p]]
[a-z&&[def]]
[a-z&&[^bc]]
[a-z&&[^m-p]]
TABLE 3
Construct
.
\d
\D
\s
\S
\w
\W
TABLE 4
Construct
\p{Lower}
\p{Upper}
\p{ASCII}
\p{Alpha}
\p{Digit}
\p{Alnum}
\p{Punct}
\p{Graph}
\p{Print}
1496
Characters
Matches
The escape character ('\u001B')
The control character corresponding to x
Character classes
Matches
a, b, or c (simple class)
Any character except a, b, or c (negation)
a through z or A through Z, inclusive (range)
a through d, or m through p: [a-dm-p] (union)
d, e, or f (intersection)
a through z, except for b and c: [ad-z] (subtraction)
a through z, and not m through p: [a-lq-z](subtraction)
Predefined character classes
Matches
Any character (may or may not match line terminators)
A digit: [0-9]
A non-digit: [^0-9]
A whitespace character: [ \t\n\x0B\f\r]
A non-whitespace character: [^\s]
A word character: [a-zA-Z_0-9]
A non-word character: [^\w]
POSIX character classes (US-ASCII only)
Matches
A lower-case alphabetic character: [a-z]
An upper-case alphabetic character:[A-Z]
All ASCII:[\x00-\x7F]
An alphabetic character:[\p{Lower}\p{Upper}]
A decimal digit: [0-9]
An alphanumeric character:[\p{Alpha}\p{Digit}]
Punctuation: One of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
A visible character: [\p{Alnum}\p{Punct}]
A printable character: [\p{Graph}\x]
Brocade Network Advisor SAN User Manual
53-1003154-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Network advisor 12.3.0

Table of Contents