16
Characters
Meaning
Examples
parentheses, usually used together
with the plus sign (+) or asterisk sign
(
*
).
"408(12)+" matches "40812" and "408121212",
but not "408".
\N
Matches the preceding strings in
parentheses, with the
Nth
string
repeated once.
"(string)\1" matches a string containing
"stringstring".
"(string1)(string2)\2" matches a string containing
"string1string2string2".
"(string1)(string2)\1\2" matches a string
containing " string1string2string1string2".
[
]
Matches a single character in the
brackets.
"
[
16A
]
" matches a string containing 1, 6, or A;
"
[
1-36A
]
" matches a string containing 1, 2, 3, 6,
or A (- is a hyphen).
To match the character "
]
", put it immediately
after "
[
", for example,
[]
abc
]
. There is no such
limit on "
[
".
[
^
]
Matches a single character that is not
in the brackets.
"
[
^16A
]
" matches a string that contains one or
more characters except for 1, 6, or A, such as
"abc". A match can also contain 1, 6, or A (such
as "m16"), but it cannot contain these three
characters only (such as 1, 16, or 16A).
{
n
}
Matches the preceding character
n
times. The number
n
must be a
nonnegative integer.
"o
{
2
}
" matches "food", but not "Bob".
{
n,
}
Matches the preceding character
n
times or more. The number
n
must be
a nonnegative integer.
"o
{
2,
}
" matches "foooood", but not "Bob".
{
n,m
}
Matches the preceding character
n
to
m
times or more. The numbers
n
and
m
must be nonnegative integers and
n
cannot be greater than
m
.
" o
{
1,3
}
" matches "fod", "food", and "foooood",
but not "fd".
\<
Matches a string that starts with the
pattern following \<. A string that
contains the pattern is also a match if
the characters preceding the pattern
are not digits, letters, or underscores.
"\<do" matches "domain" and "doa".
\>
Matches a string that ends with the
pattern preceding \>. A string that
contains the pattern is also a match if
the characters following the pattern
are not digits, letters, or underscores.
"do\>" matches "undo" and "cdo".
\b
Matches a word that starts with the
pattern following \b or ends with the
pattern preceding \b.
"er\b" matches "never", but not "verb" or "erase"
.
"\ber" matches "erase", but not "verb" or "never"
.
\B
Matches a word that contains the
pattern but does not start or end with
the pattern.
"er\B" matches "verb", but not "never" or "erase".
\w
Same as
[
A-Za-z0-9_
]
, matches a
digit, letter, or underscore.
"v\w" matches "vlan"
and "service".
\W
Same as
[
^A-Za-z0-9_
]
, matches a
character that is not a digit, letter, or
underscore.
"\Wa" matches "-a", but not "2a" or "ba".
Содержание SOHO IE4300
Страница 114: ...ii tftp client ipv6 source 41 tftp client source 41 tftp ipv6 42 tftp server acl 44 tftp server ipv6 acl 44...
Страница 285: ...i Contents Tcl commands 1 cli 1 tclquit 1 tclsh 2...
Страница 288: ...i Contents Python commands 1 exit 1 python 1 python filename 2...
Страница 291: ...i Contents Automatic configuration commands 1 autodeploy udisk enable 1...
Страница 323: ...25 Sysname Ten GigabitEthernet1 0 51 undo shutdown Related commands irf port...
Страница 396: ...i Contents Bulk interface configuration commands 1 display interface range 1 interface range 1 interface range name 3...
Страница 460: ...i Contents Port isolation commands 1 display port isolate group 1 port isolate enable 2 port isolate group 2...
Страница 465: ...ii stp vlan enable 55 vlan mapping modulo 55...
Страница 589: ...60 Examples Enable LLDP for automatic IP phone discovery Sysname system view Sysname voice vlan track lldp...
Страница 602: ...12 Related commands display mvrp statistics...
Страница 609: ...i Contents VLAN mapping commands 1 display vlan mapping 1 vlan mapping 2...
Страница 678: ...9 Related commands reset pppoe relay statistics...
Страница 846: ...i Contents Basic IP forwarding commands 1 display fib 1 ip forwarding table save 2...
Страница 1073: ...i Contents HTTP redirect commands 1 http redirect https port 1 http redirect ssl server policy 1...
Страница 1087: ...Documentation feedback You can e mail your comments about product documentation to info h3c com We appreciate your comments...
Страница 1340: ...9 Sysname ipv6 route static default preference 120 Related commands display ipv6 routing table protocol...
Страница 1649: ...Documentation feedback You can e mail your comments about product documentation to info h3c com We appreciate your comments...
Страница 1668: ...Documentation feedback You can e mail your comments about product documentation to info h3c com We appreciate your comments...
Страница 1770: ...i Contents Time range commands 1 display time range 1 time range 1...
Страница 2026: ...34 Related commands display mac authentication...
Страница 2028: ...ii...
Страница 2143: ...i Contents User profile commands 1 display user profile 1 user profile 2...
Страница 2308: ...61 ipsec transform set...
Страница 2473: ...i Contents TCP attack prevention commands 1 tcp anti naptha enable 1 tcp check state interval 1 tcp state 2...
Страница 2531: ...i Contents SAVI commands 1 ipv6 savi down delay 1 ipv6 savi log enable 1 ipv6 savi strict 2...
Страница 2534: ...3 Sysname ipv6 savi strict Related commands ipv6 verify source...
Страница 2541: ...i Contents Crypto engine commands 1 display crypto engine 1 display crypto engine statistics 1 reset crypto engine statistics 3...
Страница 2545: ...i Contents FIPS commands 1 display crypto version 1 display fips status 1 fips mode enable 2 fips self test 4...
Страница 2791: ...14 Sysname track 1 Related commands delay display track...
Страница 2939: ...9 sntp authentication keyid sntp reliable authentication keyid...
Страница 2967: ...27 Related commands apply poe profile poe enable poe max power interface view poe priority...
Страница 3240: ...Documentation feedback You can e mail your comments about product documentation to info h3c com We appreciate your comments...
Страница 3263: ...Documentation feedback You can e mail your comments about product documentation to info h3c com We appreciate your comments...