We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now, delimiters are regular expressions. When I set {delimiters: ',|;'} this.settings.delimiters.source.charAt(1)=='|'
{delimiters: ',|;'}
this.settings.delimiters.source.charAt(1)=='|'
Originally posted by @eav93 in #160 (comment)
The text was updated successfully, but these errors were encountered:
Can you please explain the problem with words? It seems you abruptly stopped explaining what is the problem in the first comment
Sorry, something went wrong.
No branches or pull requests
Now, delimiters are regular expressions. When I set
{delimiters: ',|;'}
this.settings.delimiters.source.charAt(1)=='|'
Originally posted by @eav93 in #160 (comment)
The text was updated successfully, but these errors were encountered: