PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $str = "@User, Привет"; preg_match('/(@)([^,]+),(.+)/i', $str, $matches); var_export($matches);
Show:  
Copy Clear