I am writing a mongodb query and I want all numbers with E-9, E-10,.. as from 9 till ...
I have following:
{$regex: ".*E-.[9]"}}
which will give all matches with E-9 at the end. How can I do something like:
[9+]
to match everything that is higher than 9