![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | PredicatesMatchesRegex Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic 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:
RegexPredicate
See Also