Kizspy | Question: 11
(Choose 2 answers)
Which statements correctly describe the use of regex in MongoDB?
A. Regex can be used in the $regex operator to match string patterns.
B. Regex is used to perform mathematical operations.
C. Regex allows for case-insensitive searches by using the 'i' option.
D. Regex can be used to insert documents into a collection.