Add text at lines
Add the same string at chosen line index.
App usage
Parameters
Parameter 1
Description: String to add
Type: String
Required: true
Parameter 2
Description: Single integers or valid list or range of integers (always in string format). For example, "1,3,4-7,8,10-12" is a valid list of integers and ranges
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.
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
1,3-5,7
# RESULT USING EXAMPLE PARAMETERS
The quick brown dog jumped over the
A new row
lazy fox. The quick brown dog jumped
A new row
A new row
A new row
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.
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.