Examples of Searching by Regular Expression: Enter To Find
Examples of Searching by Regular Expression: Enter To Find
Regular expressions allow complex search criteria to be defined and are used:
For its regular expressions, ENTERPRISE uses the Perl engine. Perl is widely documented on
the internet. For example, you can read more about Perl regular expressions at this location:
http://search.cpan.org/dist/perl/pod/perlre.pod
This table gives some examples of regular expressions that you might use in ENTERPRISE:
Enter To Find
.* Everything.
^BSC.* All BSCs beginning with BSC.
^PROPERTY.* All Properties beginning with PROPERTY.
^CELL.*A$ All sector cell names beginning with 'CELL' and ending
with the letter A (sector A).
^CELL0001. All the sectors for 'CELL0001' (A, B, C, …).
^SITE83(89|98)$j SITE8389 and SITE8398.
^SITE_\d+\w$ SITE followed by an underscore, followed by at least one
digit, followed by only one letter. For example this would
return SITE_102A, SITE_01B and SITE_123123123A.
This picture shows an example of using regular expressions in the Selection Filter. For more
information on this, see About the Selection Expert and Selection Filter.