Batch Text Replace
Regex-enabled batch text replacement
📖 User Guide Click to view detailed instructions
Collapse Expand
📖 User Guide
Click to view detailed instructions
Batch Text Replace
Support multiple replacement rules execution simultaneously, with regex support for complex text replacement tasks.
Features
- Multiple replacement rules at once
- Regular expression support
- Case-sensitive option
- Whole word matching mode
- Common preset templates
Use Cases
- Variable renaming in code
- Batch document format modification
- Data cleaning and standardization
- Configuration file updates
- Log content processing
How to Use
- Enter original text in the text box
- Add replacement rules in the rules section
- Set whether to enable regex
- Click the "Execute Replace" button
- View and copy the result
Parameters
- Find: Original text to replace
- Replace: New text after replacement
- Regex: Enable regex pattern matching
- Case Sensitive: Match with case sensitivity
- Whole Word: Match only complete words
Preset Templates
- URL Encode/Decode
- HTML Escape/Unescape
- Quote Normalization
- Whitespace cleanup
Notes
- Regular expressions need proper syntax
- Rules are executed in order added
- Multiple rules can be added
- Click delete button to remove a rule