Please support RegExLib Sponsors
.NET Engine Client-side Engine Silverlight Tester
Source Regular Expression (?: ""(?:(?:(?:\\.)|[^""\\\r\n])*)""| #double-quoted strings '(?:(?:(?:\\.)|[^'\\\r\n])*)'| #single-quoted strings `(?:(?:(?:\\.)|[^`\\\r\n])*)`| #backticked names (?:\s?(?:\#|--\ ).*(?=[\r\n]))| #hash comments or double-dash comments (?:/\*(?:(?:[^*]|\*(?!/))*)\*/)| #multiline comments (?:[^;`'""](?!(?:--\ |\#|/\*)))* #everything else not quote or followed by comment (?:[^;`'""](?=(?:--\ |\#|/\*)))? #that last possible character before that comment )*
Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials