0

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

sg_sg94
  • 2,248
  • 4
  • 28
  • 56

0 Answers0