PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $path = '[hello][world][mir][may][string]fuck'; preg_match_all('/(^[^\[;^\]]+)|(\[[^[;^\n]+\])/', $path, $matches); var_export($matches);
Show:  
Copy Clear