Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

preg_match_all


ghost's Avatar
0 0

markuppreg_match_all("|<[^>]+>(.*)</[^>]+>|U",

[] character class, it looks for anything but >

  • one or more times between<> and then </> in between those it searches a substring of any character 0 or more times || are the delimiters for the regex

http://us.php.net/manual/nl/reference.pcre.pattern.modifiers.php the "U"