Text & Content
Text Replacer (Regex)
Find and replace text with optional regex support.
Examples
Input
{
"text": "Cats and cats",
"find": "cats",
"replace": "dogs",
"flags": "gi",
"useRegex": true
}
Text & Content
Find and replace text with optional regex support.
{
"text": "Cats and cats",
"find": "cats",
"replace": "dogs",
"flags": "gi",
"useRegex": true
}