| PredicatesMatchesRegex Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static RegexPredicate MatchesRegex(
string attributeName,
string regex
)
Public Shared Function MatchesRegex (
attributeName As String,
regex As String
) As RegexPredicate
public:
static RegexPredicate^ MatchesRegex(
String^ attributeName,
String^ regex
)
static member MatchesRegex :
attributeName : string *
regex : string -> RegexPredicate
Parameters
- attributeName
- Type: SystemString
- regex
- Type: SystemString
Return Value
Type:
RegexPredicateSee Also