Metreeca Wire
    Preparing search index...
    • Generates a SPARQL strbefore() call returning the portion before a substring.

      Returns the portion of source preceding the first occurrence of substring, or the empty string when substring is absent.

      Parameters

      • source: string

        The expression evaluating to the source string

      • substring: string

        The expression evaluating to the delimiting substring

      Returns string

      The strbefore() call