Metreeca Wire
    Preparing search index...
    • Generates a SPARQL regex() call testing a string against a pattern.

      Evaluates to true when text matches the regular expression pattern; with flags, applies the match modifiers, such as "i" for case-insensitivity.

      Parameters

      • text: string

        The expression evaluating to the string to test

      • pattern: string

        The expression evaluating to the regular-expression pattern, typically a string

      • Optionalflags: string

        The expression evaluating to the match flags, or omitted for none

      Returns string

      The regex() call