Brocade Network Advisor SAN User Manual v11.1x (53-1002167-01, May 2011)

Brocade Network Advisor SAN User Manual 987
53-1002167-01
Regular Expressions
D
TABLE 68 Special constructs (non-capturing)
Construct Matches
(?:X) X, as a non-capturing group
(?idmsux-idmsux) Nothing, but turns match flags on–off
(?idmsux-idmsux:X) X, as a non-capturing group with the given flags on–off
(?=X) X, through zero-width positive lookahead
(?!X) X, through zero-width negative lookahead
(?<=X) X, through zero-width positive lookbehind
(?<!X) X, through zero-width negative lookbehind
(?>X) X, as an independent, non-capturing group