$removeNewLines
Removes new lines from the provided text.
Usage
$removeNewLines[text]
Breakdown
text
- The text to remove new lines from.
Example
hi
would become:
hi
Last updated
Was this helpful?
Removes new lines from the provided text.
$removeNewLines[text]
text
- The text to remove new lines from.
hi
would become:
hi
Last updated
Was this helpful?