I have following regex:
^(?:(?!<(\w+)(\s+(\w+)\s*\=\s*(\'|")(.*?)\\4\s*)*\s*>).)*$
And I have textbox where user can type JavaScript code so regex should match things like:
if ( i < html > 0 ) || ( j > 10 )
and it works but only for single line but it must work for multiline
btw. I test regex on this page: http://www.zytrax.com/tech/web/regex.htm#experiment