RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 2
Title Test Details Pattern Title
Expression
(?<=<[\/?]?)\w+(?::\w+)?
Description
retrieve all tagname in XML/HTML string
Matches
<html | <?xml | <xml:space
Non-Matches
<!--
Author Rating: Not yet rated. Sébastien FERRAND
Title Test Details Pattern Title
Expression
@"([^"]|["]{2})*"|".*?(?<=[^\\]|[\\]{2})"
Description
Get all string definition in C# code
Matches
"foo" | @"fo""o" | "fo\"o"
Non-Matches
"foo\"
Author Rating: Not yet rated. Sébastien FERRAND
   Displaying page 1 of 1 pages; Items 1 to 2

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials