RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 3
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: The rating for this expression. Wayne Deatherage
   Displaying page 1 of 1 pages; Items 1 to 3

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials