.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    Match Method

    Match(string, string)

    Succeeds if the target value matches the specified regular expression.

    Declaration
    public static IPredicate Match(string name, string regex)
    Parameters
    string name

    The name of the target.

    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-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.