How do I use preg_match() in PHP?

Brad

New member
I need to check a string to see if it has a number (0-9) and a special character (!@#$%^&*). I don't understand the pattern portion of preg_match(). Thank you!
 
Back
Top