Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $txt = "toto1 555.4545.555.999.7465.432.674";
  2. $rgx = "/([w]+)s([0-9]+).([0-9]+).([0-9]+).([0-9]+).([0-9]+).([0-9]+).([0-9]+)/";
  3. preg_match($rgx, $txt, $res);
  4. var_dump($res);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement