Introducing Regular Expressions (Part 1)
2007-01-18
2007-01-18
| Table of Contents: |
| Rate This Article: | Add This Article To: |
Introducing Regular Expressions (Part 1)
( Page 1 of 3 )
What would you do if you need to check whether an email address is valid? Or check if a zip code is valid? Scan through every character? No! Using a special tool called regular expressions, you can easily and efficiently test whether your strings match a
( Page 1 of 3 )
What would you do if you need to check whether an email address is valid? Or check if a zip code is valid? Scan through every character? No! Using a special tool called regular expressions, you can easily and efficiently test whether your strings match a
![]() |
|


