["Followup-To:" header set to comp.lang.perl.misc.]
On 2012-03-27 00:02, s...@netherlands.com wrote:
> This is more like a regex brain.
>
> '
> (?=\s)
> (?= (?:[^>"\']|"[^"]*"|\'[^\']*\')*? (?<=\s) width \s*=
> (?: (?> \s* ([\'"]) \s* (?.*?) \s* \g{-2} )
> | (?> (?!\s*[\'"]) \s*
On Sat, 24 Mar 2012 16:30:28 -0700 (PDT), Xah Lee wrote:
>?Your Regex Brain?
>http://xahlee.org/comp/your_regex_brain.html
>
That's more like a brain cell.
This is more like a regex brain.
'
"\']|"[^"]*"|\'[^\']*\')*? (?<