Community Patterns

Community Library Entry

-2

Regular Expression
Created·2014-12-04 11:21
Flavor·PCRE (Legacy)

/
(<[^\@<>]+@[a-z0-9\.\s]+>)(*SKIP)(*F)|<([^\s]+)(\s[^>]*?)?(?<!\/)>
/
gmiu
Open regex in editor

Description

it check the html content with like html tag but not html.

somthing example@domain.com

this not html content but it has content like html tag.

Submitted by A. K. Asik