geostyler-style
    Preparing search index...

    Interface FstrMatches

    Returns true if the string (arguments[0]) matches the specified regular expression (arguments[1]). For the full syntax of the pattern specification see the Java Pattern class javadocs

    interface FstrMatches {
        args: [
            string
            | GeoStylerStringFunction,
            string | GeoStylerStringFunction,
        ];
        name: "strMatches";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "strMatches"