Guest User

Untitled

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