Add text every Nth line
Adds the same string after every Nth line.
App usage
Parameters
Parameter 1
Description: String to add
Type: String
Required: true
Parameter 2
Description: Line jumps between lines to fill with param1
Type: Integer
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.
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
A new row
# Parameter 2
2
# RESULT USING EXAMPLE PARAMETERS
The quick brown dog jumped over the
lazy fox. The quick brown dog jumped
A new row
over the lazy fox. The quick brown dog.
jumped over the lazy fox. The quick
A new row
brown dog jumped over the lazy fox.
The quick brown dog jumped over the
A new row
lazy fox. The quick brown dog jumped
over the lazy fox. The quick brown dog.
A new row
jumped over the lazy fox. The quick
brown dog jumped over the lazy fox.
A new row
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.