Guest User

Untitled

a guest
Mar 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Regex rePhone = new Regex(@"(?d{3})?[. -]? *d{3}[. -]? *[. -]?d{4}");
  2.  
  3. 444 1 500
  4. 4440500
  5. 444-0-500
  6. 444 0500
  7. 444 05 00
  8. 444 05-00
  9. 09001234567
  10. 5059997788
  11. (0535) 500 12 12
  12. 0(553) 1234545
  13. 0(212)0999012
  14. (212) 1234567
  15. (123) 123-45-78
  16. 800-80-80
  17. 1565689
  18. 123.456.7589
Add Comment
Please, Sign In to add comment