Function removeNewLinesFromString

  • Removes all new line characters from a given string.

    Parameters

    • inputString: string

      The input string to remove new lines from.

    Returns string

    The input string with all new lines removed.

Generated using TypeDoc