Remove every Nth line
Remove lines with index multiple of N.
App usage
Parameters
Parameter 1
Description: Line jump between lines to remove
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
2
# RESULT USING EXAMPLE PARAMETERS
The quick brown dog jumped over the
over the lazy fox. The quick brown dog.
brown dog jumped over the lazy fox.
lazy fox. The quick brown dog jumped
jumped over the lazy fox. The quick
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.