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 SKK-STRING-Parse Comma Delimited Strings
Expression
^(?<field1>[^,]+),(?<field2>[^,]+),(?<field3>[^,]+)$
Description
Parse Comma Delimited Strings ---------------------- http://regexlib.com/REDetails.aspx?regexp_id=538
Matches
A,B,C
Non-Matches
???
Author Rating: Not yet rated. skk
Title Test Details SKK-XML-All child nodes with no nested nodes
Expression
<(\w+)(\s(\w*=".*?")?)*((/>)|((/*?)>.*?</\1>))
Description
All child nodes with no nested nodes ---------------------- http://regexlib.com/REDetails.aspx?regexp_id=433
Matches
a
Non-Matches
b
Author Rating: Not yet rated. skk
   Displaying page 1 of 1 pages; Items 1 to 2

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