Regex filtering not working on some expresions
Regex filtering not working on some expresions
mgi
Posts: 14Questions: 6Answers: 1
in Bug reports
e.g filter records with numbers ^([^0-9]*)$
is working
[^0-9]*
is not
try here http://legacy.datatables.net/release-datatables/examples/api/regex.html for Column 2
This discussion has been closed.
Answers
In what way is it not working?
[^0-9]*
will match all cells in the platform column since it has non-numeric data in it.Allan
Hi @allan,
please discard this bug. We find out, that serverside filtering is working slightly different with java and regexes. But thanks for response.