Find and replace
Find string in text and replace it with a given string.
App usage
Parameters
Parameter 1
Description: String to find
Type: String
Required: true
Parameter 2
Description: String to replace
Type: String
Required: false
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
fox
# Parameter 2
sloth
# RESULT USING EXAMPLE PARAMETERS
The quick brown dog jumped over the
lazy sloth. The quick brown dog jumped
over the lazy sloth. The quick brown dog.
jumped over the lazy sloth. The quick
brown dog jumped over the lazy sloth.
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.