MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Più $ regex usando $ e in MongoDB

Crea semplicemente l'espressione regolare corretta

pattern "/A AND B/"
pattern "/NOT (NOT A OR NOT B)/"

Regex:

"/^(^A|^B)/"

O questo

/(?=.*word1)(?=.*word2)/