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

readme markdown demo #266

Closed
thezoggy opened this issue Mar 28, 2013 · 4 comments
Closed

readme markdown demo #266

thezoggy opened this issue Mar 28, 2013 · 4 comments

Comments

@thezoggy
Copy link
Collaborator

ignore lead parser links to invalid link:
https://github.com/Mottie/tablesorter/blob/master/example-parsers-ignore-leads.html

@thezoggy
Copy link
Collaborator Author

@thezoggy
Copy link
Collaborator Author

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)

@Mottie Mottie closed this as completed in 73d4371 Mar 28, 2013
@thezoggy
Copy link
Collaborator Author

side question, saw the update about the french strings, does it handle the unicode apostrophe as well?

@Mottie
Copy link
Owner

Mottie commented Mar 29, 2013

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

So if you want to use unicode, you'll need to use this format: \uffff

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

No branches or pull requests

2 participants