Guest User

Untitled

a guest
Apr 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1.         $code = "adsfasdfasdfa asdfasdf asdfsadf <strong>hund</strong>";
  2.         $split = preg_split("'<strong>(.*?)</strong>'si", $code);
  3.         print_r($split);
Add Comment
Please, Sign In to add comment