Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-05-29 19:45
Flavor·PCRE (Legacy)

~
<\s*meta\s # using lookahead to capture type to $1 (?=[^>]*? \b(?:name|property|http-equiv)\s*=\s* (?|"\s*([^"]*?)\s*"|'\s*([^']*?)\s*'| ([^"'>]*?)(?=\s*/?\s*>|\s\w+\s*=)) ) # capture the content to $2 [^>]*?\bcontent\s*=\s* (?|"\s*([^"]*?)\s*"|'\s*([^']*?)\s*'| ([^"'>]*?)(?=\s*/?\s*>|\s\w+\s*=)) [^>]*>
~
gix
Open regex in editor

Description

no description available

Submitted by anonymous