Brocade Communications Systems Brocade 8/12c User Manual page 1028

Brocade network advisor san user manual v11.1x (53-1002167-01, may 2011)
Hide thumbs Also See for Brocade 8/12c:
Table of Contents

Advertisement

D
Regular Expressions
TABLE 57
Construct
[abc]
[^abc]
[a-zA-Z]
[a-d[m-p]]
[a-z&&[def]]
[a-z&&[^bc]]
[a-z&&[^m-p]]
TABLE 58
Construct
.
\d
\D
\s
\S
\w
\W
TABLE 59
Construct
\p{Lower}
\p{Upper}
\p{ASCII}
\p{Alpha}
\p{Digit}
\p{Alnum}
\p{Punct}
\p{Graph}
\p{Print}
\p{Blank}
\p{Cntrl}
\p{XDigit}
\p{Space}
984
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)
Pre-defined 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}\x20]
A space or a tab: [ \t]
A control character: [\x00-\x1F\x7F]
A hexadecimal digit: [0-9a-fA-F]
A whitespace character: [ \t\n\x0B\f\r]
Brocade Network Advisor SAN User Manual
53-1002167-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Network advisor 11.1.xBrocade bladesystem 4/24

Table of Contents