jquery-tokeninput icon indicating copy to clipboard operation
jquery-tokeninput copied to clipboard

Search by regex special characters

Open parauchf opened this issue 13 years ago • 1 comments

Added escaping to regex characters in the search term so that you can search by special characters like +, ( and [. Before this raised a regex exception.

I tested this code on my own app, but I don't thoroughly understand your code and I'm not a javascript pro. So I'd double check my work if I were you.

Thanks!

parauchf avatar Feb 18 '12 23:02 parauchf

I was just looking into this problem, having tags like "C++" not showing any results. This works very well for me. Thank you!

joakimpl avatar Feb 21 '12 13:02 joakimpl