Regex - why does this work? (problem with wildcard usage)
Regex - why does this work? (problem with wildcard usage)
I'm trying to understand why this is returning a result. Am I missing something with my understanding of regular expression, or is it a DataTables setting/browser issue that I'm not aware of?
I would expect Integ* to return a result, but it seems to be ignoring the final character?
( Reproducable at: https://datatables.net/examples/api/regex.html )
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yep, that's behaving as expected - see here - you've got to trust Wikipedia
Colin