Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameters made of regex special chars break the parser #4

Closed
evanplaice opened this issue Sep 9, 2015 · 2 comments
Closed

parameters made of regex special chars break the parser #4

evanplaice opened this issue Sep 9, 2015 · 2 comments
Labels
Milestone

Comments

@evanplaice
Copy link
Owner

From evanpla...@gmail.com on April 30, 2012 01:51:45

What steps will reproduce the problem? 1. Try parsing CSV data using a regex special char for either the separator/delimiter.

The following regex should fix it but needs testing:
{{{strDelimiter = (strDelimiter || ",").replace(/([[^$.|?*+(){}])/g, '$1');}}}

Original issue: http://code.google.com/p/jquery-csv/issues/detail?id=1

@evanplaice evanplaice added this to the backlog milestone Sep 9, 2015
@evanplaice
Copy link
Owner Author

From evanpla...@gmail.com on July 04, 2012 15:55:40

Fixed and incorporated into bugfix release 0.61

Status: Fixed

@evanplaice
Copy link
Owner Author

From evanpla...@gmail.com on September 05, 2012 14:12:51

Status: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant