We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6cbf9 commit 9ba5809Copy full SHA for 9ba5809
src/ParseQuery.js
@@ -1299,6 +1299,7 @@ class ParseQuery {
1299
* This may be slow for large datasets.
1300
* @param {String} key The key that the string to match is stored in.
1301
* @param {RegExp} regex The regular expression pattern to match.
1302
+ * @param {String} modifiers The regular expression mode.
1303
* @return {Parse.Query} Returns the query, so you can chain this call.
1304
*/
1305
matches(key: string, regex: RegExp, modifiers: string): ParseQuery {
0 commit comments