본문 바로가기

컴퓨터

mongodb 정규표현식

db.컬렉션이름.find({name: {$regex: /이승훈/}});
let str = "이승훈";
db.컬렉션이름.find((name: {$regex: str}});