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

      Returns the portion of source following 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 strafter() call