Add suffix
Add the same string at the end of each line.
App usage
Parameters
Parameter 1
Description: String to add as suffix / end of line
Type: String
Required: true
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
:Suffix
# RESULT USING EXAMPLE PARAMETERS
The quick brown dog jumped over the :Suffix
lazy fox. The quick brown dog jumped. :Suffix
over the lazy fox. The quick brown dog. :Suffix
jumped over the lazy fox. The quick :Suffix
brown dog jumped over the lazy fox. :Suffix
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.