Function cconcat

  • Concatenate two strings with a comma.

    If s1 has no length then s2 is returned as-is. If s2 has no length then s1 is returned as-is. Otherwise the strings are concatenated with a comma delimiter.

    Parameters

    • Optional s1: string

      the string to append to

    • Optional s2: string

      the string to append

    Returns string

    the comma-concatenated string

Generated using TypeDoc