Created
August 16, 2017 15:45
-
-
Save rainbow23/c6d72cc018eb282a1b32d33019b5ed11 to your computer and use it in GitHub Desktop.
正規表現
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
preg_match('/status:\d{3}/', 'status:288', $matches, PREG_OFFSET_CAPTURE); | |
print_r($matches); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment