matchesPattern property

String? matchesPattern
getter/setter pair

A regular expression that satisfies the RE2 syntax.

This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released.

Implementation

core.String? matchesPattern;