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

Auto-complete's partial-complete Should Escape Regex Special Characters #26

Open
ethagnawl opened this issue Apr 14, 2015 · 0 comments
Open

Comments

@ethagnawl
Copy link

It'd be nice (and instructive!) to have partial-complete escape regex special characters (e.g. [-[]{}()*+?.,^$|#\s]) in order to prevent the various errors which are currently thrown when entering special characters into the input filed. Done correctly, I believe this would also allow for autocompletion using said characters. (i.e. entering "?" would find "? and the Mysterians").

I'll work on submitting a PR but wanted to get the conversation started.

@ethagnawl ethagnawl changed the title partial-complete Should Escape Regex Special Characters Auto-complete's partial-complete Should Escape Regex Special Characters Apr 14, 2015
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

No branches or pull requests

1 participant