Quick actions

cmd+k|ctrl+k

Navigation

Languages

test_preg_match_all

Snippet info

Language

Php

Visibility

public

Author

fenghestudio

Created

2019-09-17T02:12:25Z

Updated

2019-09-17T02:12:25Z

<?php

preg_match_all("/\(?  (\d{3})?  \)?  (?(1)  [\-\s] ) \d{3}-\d{4}/x",
                "Call 555-1212 or 1-800-555-1212", $phones);

?>
INFO