Tech C**P
@technical_notes
15
subscribers
161
photos
9
videos
59
files
304
links
مدرس و برنامه نویس پایتون و لینوکس
@alirezastack
Download Telegram
Join
Tech C**P
15 subscribers
Tech C**P
You can use
regex
when you want to query
MongoDB
by using
RegExp
:
db.users.find({username:
RegExp
('ali.*')})
The above query will find users with username that starts with
ali
.
#mongo
#mongodb
#regexp
#find