Point out the correct statement.
(a) $regex is used for regular expression pattern matches
(b) $like is used for regular expression pattern matches
(c) $reg is used for regular expression pattern matches
(d) All of the mentioned
(a) $regex is used for regular expression pattern matches
(b) $like is used for regular expression pattern matches
(c) $reg is used for regular expression pattern matches
(d) All of the mentioned
Correct answer is (a) $regex is used for regular expression pattern matches
Explanation: If your application needs to perform queries on the content of a field that holds text you can perform exact matches on the text.