Skip to content

Instantly share code, notes, and snippets.

@cschlyter
Created August 5, 2013 23:59
Show Gist options
  • Save cschlyter/6160764 to your computer and use it in GitHub Desktop.
Save cschlyter/6160764 to your computer and use it in GitHub Desktop.
[MongoDB] query db using regex.
db.zips.find({city : { $regex : /^[0-9]/ }})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment