Displaying page
of
pages;
Items to
Title |
Test
Details
ip and port
|
Expression |
\b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?):\d{1,5}\b
|
Description |
This Finds the ip and port
|
Matches |
192.168.0.0.1:8080
|
Non-Matches |
192.168.0.0.1 : 8080 192.168.0.0.1 8080
|
Author |
Rating:
Not yet rated.
Wayne Deatherage
|
Title |
Test
Details
price
|
Expression |
[$][0 -9]+
|
Description |
Find the price
|
Matches |
$1 $2 $20 $100 $1.00 $100.00 $1,000.00
|
Non-Matches |
1,2,3,100,1,000 needs the $
|
Author |
Rating:
Wayne Deatherage
|
Displaying page
of
pages;
Items to