![Paradyne OPENLANE Скачать руководство пользователя страница 70](http://html1.mh-extra.com/html/paradyne/openlane/openlane_user-manual_3653237070.webp)
Creating Service Level Management Reports
5-8
7800-A2-GB28-80
May 1999
PERL5 regular expressions are provided using the MatchAdvanced Operator to
create your own filter expressions using syntax for PERL 5 expressions. Two
examples of PERL regular expressions:
Enter . . .
And the MatchAdvanced filter will . . .
?NY?
Match any string with the value NY (case-sensitive).
?NY?i
Match any string with the value NY (any upper- or lowercase combination).
For additional PERL 5 expression details, refer to one of the following Web sites:
H
http://www.oroinc.com/developers/docs/OROMatcher/Syntax.html#Perl5Expressions
H
http://www.cpan.org/doc/manual/html/pod/perlre.html
H
http://www.cpan.org/doc/manual/html/pod/perlop.html#Regexp_Quote_Like_Operator