Remove new lines
Remove new lines and replace them with a string.
App usage
Parameters
Parameter 1
Description: String to replace new line with
Type: String
Required: false
Example
# INPUT TEXT
The quick brown dog jumped over the
lazy fox. The quick brown dog jumped
over the lazy fox. The quick brown dog.
jumped over the lazy fox. The quick
brown dog jumped over the lazy fox.
# Parameter 1
|
# RESULT USING EXAMPLE PARAMETERS
The quick brown dog jumped over the | lazy fox. The quick brown dog jumped | over the lazy fox. The quick brown dog. | jumped over the lazy fox. The quick | brown dog jumped over the lazy fox.
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.