Appendix C: Supported Regular Expressions
458
CoreWatch User’s Manual
•
The following atoms:
–
Regular expression within parentheses
–
A . matches everything except \n
–
Character classes [such as (abcd) and ranges (such as (a-z)]
You may include special backslashed characters within a character class (except for
back-references and boundaries).
To represent a backspace in a character class enter \b
–
a ^ is a null token that matches the beginning of a string or line
–
a $ is a null token that matches the end of a string or line
–
The special backslashed characters described in the following table. Any other
backslashed character matches itself.
Table 86. Supported special (backslashed) characters
Character
Description
\b
Null token that matches a word boundary (\w on one side and \W on
the other)
\B
Null token that matches a boundary that is not a word boundary
\A
Match only at the beginning of string
\Z
Match only at the end of string or before a new line at the end
\n New
line
\r Carriage
return
\t Tab
\f Formfeed
\d Digits
from
0-9
\D Non-digits
\w
Alphanumeric characters (0-9, a-z, and A-Z)
\W
Nonalphanumeric characters (0-9, a-z, and A-Z)
\s
The following white space characters: tab, new line, carriage return,
and formfeed
\S
Characters other than the following white space characters: tab, new
line, carriage return, and formfeed
\xnn
Hexadecimal representation of character
Summary of Contents for SSR-GLX19-02
Page 1: ...CoreWatch User s Manual 9032564 04...
Page 2: ...Notice 2 CoreWatch User s Manual...
Page 20: ...Preface 20 CoreWatch User s Manual...
Page 64: ...Chapter 5 Changing System Settings 64 CoreWatch User s Manual...
Page 86: ...Chapter 6 Configuring SSR Bridging 86 CoreWatch User s Manual...
Page 106: ...Chapter 7 Configuring VLANs on the SSR 106 CoreWatch User s Manual...
Page 206: ...Chapter 12 Configuring QoS on the SSR 206 CoreWatch User s Manual...
Page 246: ...Chapter 13 Configuring Security on the SSR 246 CoreWatch User s Manual...
Page 363: ...CoreWatch User s Manual 363 Chapter 16 Configuring Routing Policies on the SSR 9 Click OK...
Page 364: ...Chapter 16 Configuring Routing Policies on the SSR 364 CoreWatch User s Manual...
Page 370: ...Chapter 17 Checking System Status 370 CoreWatch User s Manual...
Page 390: ...Chapter 18 Monitoring Real Time Performance 390 CoreWatch User s Manual...
Page 396: ...Chapter 19 Checking the Status of Bridge Tables 396 CoreWatch User s Manual...
Page 430: ...Chapter 20 Checking the Status of Routing Tables 430 CoreWatch User s Manual...
Page 442: ...Chapter 22 Obtaining Reports 442 CoreWatch User s Manual...
Page 456: ...Appendix B CoreWatch Menus 456 CoreWatch User s Manual...