Batch Replace
Batch replace text with multiple rules. Supports regex for power users.
Original text
Output
How to use
🔤 Plain text
Enter the text to find and replace. Supports case sensitivity.
Find: amazon -> Replace: Amazon🔧 Regular expressions
Use regex for advanced matching and replacements.
Find: \$([0-9.]+) -> Replace: $$1📝 Batch rules
Create multiple rules and apply them in order.
Rule 1 -> Rule 2 -> Rule 3...