Cisco TelePresence Administrator's Manual page 401

Video communication server
Hide thumbs Also See for TelePresence:
Table of Contents

Advertisement

Reference material
\
Escapes a regular expression special
character.
^
Signifies the start of a line.
When used immediately after an opening
brace, negates the character set inside the
brace.
$
Signifies the end of a line.
(?!...)
Negative lookahead. Defines a
subexpression that must not be present.
(?<!...)
Negative lookbehind. Defines a
subexpression that must not be present.
Note that regex comparisons are not case sensitive.
For an example of regular expression usage, see the
Cisco VCS Administrator Guide (X8.1.1)
[^abc] matches any single character that is NOT one
of a, b or c
^\d\d\d$ matches any string that is exactly 3 digits
long
(?!.*@example.com$).* matches any string that
does not end with @example.com
(?!alice).* matches any string that does not start
with alice
.*(?<!net) matches any string that does not end with
net
CPL examples
section.
Regular expressions
Page 401 of 507

Advertisement

Table of Contents
loading

This manual is also suitable for:

Telepresence x8.1.1

Table of Contents