regexMatch property

String? regexMatch
getter/setter pair

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

For more information about regular expression syntax, see Syntax.

Only one of presentMatch, exactMatch, orregexMatch must be set.

Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED (regional scope) or INTERNAL_MANAGED.

Implementation

core.String? regexMatch;