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 2
Title Test Details Part Numbers
Expression
\b[A-Za-z]{2}(?=([0-9]*[1-9]){1,})\d{1,5}\b
Description
I had a need to validate 7 digit part numbers consisting of 2 characters followed by 1 to 5 numbers. This expression tests for both the characters and at least one non-zero number. Spaces are not allowed. It should be easy to modify to different length numbers
Matches
DW00848 | fb2211
Non-Matches
DW 00848 | FB00000
Author Rating: Not yet rated. Bruce Holeman
Title Test Details Remove spaces from between double quotes
Expression
\B(\s)(?!(?:[^"]*"[^"]*")*[^"]*$)
Description
This expression finds a string of nothing but spaces between double quotes.
Matches
" "
Non-Matches
"abc 123"
Author Rating: Not yet rated. Bruce Holeman
   Displaying page 1 of 1 pages; Items 1 to 2

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