PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $string = 'Version 123213/2142345'; preg_match('^(\w+)$', $string, $matches); print_r($matches);
Show:  
Copy Clear