Regex filtering not working on some expresions

Regex filtering not working on some expresions

mgimgi Posts: 14Questions: 6Answers: 1

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

Answers

  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin

    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

  • mgimgi Posts: 14Questions: 6Answers: 1

    Hi @allan,

    please discard this bug. We find out, that serverside filtering is working slightly different with java and regexes. But thanks for response.

This discussion has been closed.