Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Created August 7, 2019 13:37
Show Gist options
  • Save cnmoro/fe3c69119207475fa2518d4a8cf4f3b4 to your computer and use it in GitHub Desktop.
Save cnmoro/fe3c69119207475fa2518d4a8cf4f3b4 to your computer and use it in GitHub Desktop.
MongoDB Integer Regex Query
Number query example: 400105
db.getCollection('COLLECTION_NAME').find({ $where: "/^400105.*/.test(this.FIELD_TO_MATCH)"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment