Regular Expressions in Match Rules and Responders
Equalizer Installation and Administration Guide
275
Escape Sequences
The following escape character sequences match the indicated characters:
Matching Expressions
If a real expression could match more than one substring of a given string, the real expression matches the one
starting earliest in the string. If the real expression could match more than one substring starting at that point, it
matches the longest. Subexpressions also match the longest possible substrings, subject to the constraint that the
whole match be as long as possible, with subexpressions starting earlier in the real expression taking priority over
ones starting later. Note that higher-level subexpressions thus take priority over their lower-level component
subexpressions.
Match lengths are measured in characters, not collating elements. A null string is considered longer than no match at
all. For example, 'bb*' matches the three middle characters of 'abbbc', '(wee|week)(knights|nights)' matches all ten
characters of 'weeknights', when '(.*).*' is matched against 'abc' the parenthesized subexpression matches all three
characters, and when '(a*)*' is matched against 'bc' both the whole real expression and the parenthesized
subexpression match the null string.
\\
matches a single backslash ( \ )
\b
matches the beginning of a word (e.g.:
\bex
matches ‘
example
’ but not ‘
text
’)
\n, \r, \t, \v
match whitespace characters
\', \"
match single and double quotes
Содержание E350GX
Страница 18: ...Chapter Preface 18 Equalizer Installation and Administration Guide ...
Страница 38: ...Chapter 1 Equalizer Overview 38 Equalizer Installation and Administration Guide ...
Страница 50: ...Chapter 2 Installing and Configuring Equalizer Hardware 50 Equalizer Installation and Administration Guide ...
Страница 62: ...Chapter 3 Using the Administration Interface 62 Equalizer Installation and Administration Guide ...
Страница 80: ...Chapter 4 Equalizer Network Configuration 80 Equalizer Installation and Administration Guide ...
Страница 110: ...Chapter 5 Configuring Equalizer Operation 110 Equalizer Installation and Administration Guide ...
Страница 208: ...Chapter 7 Monitoring Equalizer Operation 208 Equalizer Installation and Administration Guide ...
Страница 240: ...Chapter 8 Using Match Rules 238 Equalizer Installation and Administration Guide ...
Страница 258: ...Chapter 9 Administering GeoClusters 254 Equalizer Installation and Administration Guide Envoy Configuration Worksheet ...
Страница 262: ...Appendix A Server Agent Probes 258 Equalizer Installation and Administration Guide ...
Страница 274: ...Appendix B Timeout Configuration 270 Equalizer Installation and Administration Guide ...
Страница 280: ...Appendix D Regular Expression Format 276 Equalizer Installation and Administration Guide ...
Страница 296: ...Appendix E Using Certificates in HTTPS Clusters 292 Equalizer Installation and Administration Guide ...
Страница 310: ...Appendix F Equalizer VLB 306 Equalizer Installation and Administration Guide ...
Страница 318: ...Appendix G Troubleshooting 314 Equalizer Installation and Administration Guide ...