Click or drag to resize

PredicatesMatchesRegex Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public static RegexPredicate MatchesRegex(
	string attributeName,
	string regex
)

Parameters

attributeName
Type: SystemString
regex
Type: SystemString

Return Value

Type: RegexPredicate
See Also