Find & Replace with Power
Replace text with optional regex support for complex pattern matching.
How to Use
Regex Examples
| Pattern | Matches | Replacement |
|---|---|---|
\d+ | All numbers | (empty) removes numbers |
\s+ | Multiple spaces | Single space |
^# | Lines starting with # | (empty) removes headers |
No — simple text search works without regex. Regex is optional for advanced users.
Is it case-sensitive?Toggle case sensitivity on or off.
Experimentar Procurar e substituir
Procurar e substituir com suporte a expressões regulares.
find
replace
regex
text



