$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?