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

Fix words being split at special characters missing from list #17

Merged
merged 1 commit into from
Jan 9, 2016

Conversation

simonkrogmann
Copy link
Contributor

Some special characters (ö, ß) were missing from the regex of word characters. After adding them the regex would probably still be incomplete, so I used \w instead as a more general solution.
image

@Bramas
Copy link
Owner

Bramas commented Jan 9, 2016

Hello, sorry for the delay!!

Thank you very much for the fix. I discover that regex in qt are different from the other because \w usually stand for [a-zA-Z0-9_], but in Qt it includes all the special character derived from it.
really nice!!

Bramas added a commit that referenced this pull request Jan 9, 2016
Fix words being split at special characters missing from list
@Bramas Bramas merged commit c658bca into Bramas:master Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants