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

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

TABLE 60
Construct
\p{javaLowerCase}
\p{javaUpperCase}
\p{javaWhitespace}
\p{javaMirrored}
TABLE 61
Construct
\p{InGreek}
\p{Lu}
\p{Sc}
\P{InGreek}
[\p{L}&&[^\p{Lu}]]
TABLE 62
Construct
^
$
\b
\B
\A
\G
\Z
\z
TABLE 63
Construct
X?
X*
X+
X{n}
X{n,}
X{n,m}
Brocade Network Advisor SAN User Manual
53-1002167-01
java.lang.Character classes (simple java character type)
Matches
Equivalent to java.lang.Character.isLowerCase()
Equivalent to java.lang.Character.isUpperCase()
Equivalent to java.lang.Character.isWhitespace()
Equivalent to java.lang.Character.isMirrored()
Classes for Unicode blocks and categories
Matches
A character in the Greek block (simple block)
An uppercase letter (simple category)
A currency symbol
Any character except one in the Greek block (negation)
Any letter except an uppercase letter (subtraction)
Boundary matches
Matches
The beginning of a line
The end of a line
A word boundary
A non-word boundary
The beginning of the input
The end of the previous match
The end of the input but for the final terminator, if any
The end of the input
Greedy quantifiers
Matches
X, once or not at all
X, zero or more times
X, one or more times
X, exactly n times
X, at least n times
X, at least n but not more than m times
Regular Expressions
D
985

Advertisement

Table of Contents
loading

This manual is also suitable for:

Network advisor 11.1.xBrocade bladesystem 4/24

Table of Contents