Web Client Guide
ProScan Portlet | Change Management / ProScan
321
Here are some examples of such expressions:
The following are examples of the kinds of matching possible:
CAUTION:
Cutting and pasting from notepad into OpenManage Network Manager may cause carriage return or
line-feed issues. Best practice is to compose these within OpenManage Network Manager.
Ending Number \d+$
Character \w
Word \w+ One or more.
\w* Zero or more.
Whitespace \s+One or more.
\s* Zero or more.
String w/o space \S+One or more.
\S* Zero or more.
Newline \n
FormFeed \f
Ta b \ t
Carriage Return \r
Backspace \b
Escape \e
Backslash \B
URL (?:^|")(http|ftp|mailto):(?://)?(\w+(?:[\.:@]\w+)*?)(?:/
|@)([^"\?]*?)(?:\?([^\?"]*?))?(?:$|")
HTML Tag <(\w+)[^>]*?>(.*?)</\1>
Label Pattern
Label Pattern
Email address (U.S.) ^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-
z]{2,4}$
MAC Address ([0-9a-fA-F]{1,2}:){5}[0-9a-fA-F]{1,2}
Time hh:mm:ss (0[0-9]|1[0-2]):[0-5][0-9]:[0-5][0-9]
IP Address (\d{1,3}.){3}\d{1,3}
Validated IP Address (restricts what matches
better than the previous example)
(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9?])\.(25[0-
5]|2[0-4][0-9]|[01]?[0-9][0-9?])\.(25[0-5]|2[0-
4][0-9]|[01]?[0-9][0-9?])\.(25[0-5]|2[0-4][0-
9]|[01]?[0-9][0-9]?)
MIB2 OID (1.2.6.1.6.1.2.1.(\d+\.)+\d