Metreeca Wire
    Preparing search index...
    • Generates a SPARQL concat() call joining string expressions.

      Concatenates the arguments left to right into a single string. Empty argument expressions, such as those produced by nil, are dropped before joining.

      Parameters

      • ...expressions: Mixed<string>

        The expressions evaluating to the strings to join, in order

      Returns string

      The concat() call