Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Whatever
mongodb regex case insensitive
Lynda
Programming language:
Whatever
2021-08-24 03:57:49
0
Q:
mongodb regex case insensitive
3-14159265358979323846264
Code:
Whatever
2021-09-16 03:00:43
db
.collection
.find
({
name
:{
'$regex'
:
'^((?!string).)*$'
,
'$options'
:
'i'
}})
0
Tags
mongodb
Related
mongodb match multiple fields
mongodb limit infinity
mongodb conditional expire
how to spread an array in mongodb
mongodb comparison
MONGODB AGGREGATION tutorials
aggregation with size and sort mongodb
mongoose select nested
updateone mongodb examples
mongoexport whole database
comparing mongoose ids and strings
mongodb replace item in array
mongodb aggregate over nested fields
mongodb regex
mongodb count distinct
mongoose count
New to Communities?
Join the community