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
ignore lead parser links to invalid link: https://github.com/Mottie/tablesorter/blob/master/example-parsers-ignore-leads.html
The text was updated successfully, but these errors were encountered:
should be http://mottie.github.com/tablesorter/docs/example-parsers-ignore-leads.html
Sorry, something went wrong.
also if you really care.. the correct term is 'article' not leads. http://en.wikipedia.org/wiki/Article_%28grammar%29 scroll down for a decent table of really common ones
does this parser only work for english articles? can you define a list? (for example i would not want partitive articles ignored)
73d4371
side question, saw the update about the french strings, does it handle the unicode apostrophe as well?
I parser creates a regex from the article string, so I don't see why not.
So from the demo page, which I should link here since it changed,
http://mottie.github.com/tablesorter/docs/example-parsers-ignore-articles.html
the example string "a, l'_, de la" would become this regex /^(a\s|l'|de la\s)/i
"a, l'_, de la"
/^(a\s|l'|de la\s)/i
So if you want to use unicode, you'll need to use this format: \uffff
\uffff
No branches or pull requests
ignore lead parser links to invalid link:
https://github.com/Mottie/tablesorter/blob/master/example-parsers-ignore-leads.html
The text was updated successfully, but these errors were encountered: