| PredicateExtMatchesRegex Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static RegexPredicate MatchesRegex(
this PredicateProperty predicateProperty,
string regex
)
<ExtensionAttribute>
Public Shared Function MatchesRegex (
predicateProperty As PredicateProperty,
regex As String
) As RegexPredicate
public:
[ExtensionAttribute]
static RegexPredicate^ MatchesRegex(
PredicateProperty^ predicateProperty,
String^ regex
)
[<ExtensionAttribute>]
static member MatchesRegex :
predicateProperty : PredicateProperty *
regex : string -> RegexPredicate
Parameters
- predicateProperty
- Type: Hazelcast.CorePredicateProperty
- regex
- Type: SystemString
Return Value
Type:
RegexPredicateUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
PredicateProperty. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also