Adds a regular expression constraint for finding string values that match the provided
regular expression. This may be slow for large data sets.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key that the string to match is stored in. - regex
- Type: System.Text.RegularExpressionsRegex
The regular expression pattern to match. The Regex must have the ECMAScript options flag set.
Return Value
Type: ParseQueryTA new query with the additional constraint.
See Also