.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    Matches Method

    Matches(String)

    Succeeds if the target value matches the specified regular expression.

    Declaration
    public virtual IPredicate Matches(string regex)
    Parameters
    String regex

    The regular expression.

    Returns
    IPredicate

    A new predicate.

    Remarks

    The pattern is interpreted exactly in the same way as described in the documentation for the Java java.util.regex.Pattern class.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.