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 1
Title Test Details Pattern Title
Expression
(?<=,)\s*(?=,)|^(?=,)|[^\"]{2,}(?=\")|([^,\"]+(?=,|$))
Description
Use for parsing CSV files exported from MS Excel, This program adds or not quotes, so it's more complicated.. Use for parsing individual lines, the Regex doesn't capture end of line (supposed to ($) but not made it in the testing so you cannot parse the whole file. Read a line and split it, with this regex
Matches
,Casa en condominio / Traspaso,"$270,000 ","mn,","Toluca,","67 m2
Non-Matches
""
Author Rating: The rating for this expression. itzco calva
   Displaying page 1 of 1 pages; Items 1 to 1

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