regexMatch property

String? regexMatch
getter/setter pair

The queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch.

For more information about regular expression syntax, see Syntax. Only one of presentMatch, exactMatch, or regexMatch must be set. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.

Implementation

core.String? regexMatch;