Guest User

Untitled

a guest
Feb 12th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if(!preg_match("/^[a-zA-Z0-9]{0,3}*$/", $newuser2) ||
  2. !preg_match("/^[a-zA-Z0-9.,()!?:s]*$/", $description)){
  3. //action code here
  4. }
Add Comment
Please, Sign In to add comment