To be used for full regex matching. The regular expression is using the
Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be
used with RE2::FullMatch
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ValueMatcher` class offers functionalities for matching values within GCP resource fields, supporting regex matching through the Google RE2 syntax."],["This class is part of the `Google.Cloud.Recommender.V1` namespace within the `Google.Cloud.Recommender.V1.dll` assembly, providing version-specific documentation, with the latest being `3.7.0`."],["`ValueMatcher` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities and compatibility."],["The `ValueMatcher` class includes a `MatchesPattern` property of type `string` for full regex matching, alongside the `MatchVariantCase` property to check the case."],["There are two constructors available, `ValueMatcher()` and `ValueMatcher(ValueMatcher other)` allowing for default instantiation and instantiation using an already existing object, respectively."]]],[]]