Add incremental number
Add an incremental number (integer) at the beginning or end of each line. Useful for turning text lines into ordered lists.
App usage
Parameters
Parameter 1
Description: Starting number
Type: Integer
Required: true
Parameter 2
Description: Incremental number position with respect to line
Type: String
Required: false
Options: At start | At end
Default: At start
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
1
# Parameter 2
At start
# RESULT USING EXAMPLE PARAMETERS
1The quick brown dog jumped over the
2lazy fox. The quick brown dog jumped.
3over the lazy fox. The quick brown dog.
4jumped over the lazy fox. The quick
5brown dog jumped over the lazy fox.
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.