Guest User

Untitled

a guest
Apr 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ##code
  2. echo "Code: $code\n";
  3. preg_replace("/[^A-Za-z]*|,| /","",$code);
  4. die(var_dump(strtoupper($code)));
  5.  
  6. ##output
  7. Code: WebsterSpg, WV
  8. string(14) "WEBSTERSPG, WV"
Add Comment
Please, Sign In to add comment