Regexp with special characters for Datatable

Regexp with special characters for Datatable

andrew45andrew45 Posts: 24Questions: 8Answers: 0

I am using a regexp that matches the exact beginning ot the string in Datatable. It works fine while I search through letters:

https://live.datatables.net/surepeju/1/

But I need more complex search. I have a nonbreaking space and an regular space before letters in the cells. And I can't figure out which regex I should use now for the same search:

https://live.datatables.net/buvubifa/1/

How to modify the regexp?

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.