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 full)

Properties

Properties

name: "strMatches"