Skip to content
🔧

Encontrar e Substituir

Texto e Código · Ferramenta online gratuita

Encontrar e substituir com suporte a regex e grupos de captura.

Equipe EZ4Code
Flags:2 matches

Capture groups

Find (\w+) (fox|dog) → Replace $1 animal ($2)

Use $1, $2… for capture groups, $& for the whole match.

Com Regex

Use expressões regulares completas para correspondência de padrões e substituição flexíveis.

Grupos de Captura

Referencie grupos capturados com $1, $2 na substituição para reestruturar correspondências.

Flags e Contagem ao Vivo

Ative as flags g/i/m e veja a contagem de correspondências ao vivo conforme você refina seu padrão.

Como usar Encontrar e Substituir

  1. 1Enter or paste your text or code into the input area.
  2. 2Choose the desired operation (format, convert, analyze, etc.).
  3. 3Click the action button to process.
  4. 4Copy the result from the output area.

Recursos

  • ✓100% gratuito — sem cadastro, sem assinatura, sem anúncios
  • ✓Funciona inteiramente no navegador — seus dados nunca saem do seu dispositivo
  • ✓Rápido e leve — resultados instantâneos
  • ✓Multiplataforma — funciona em computador, tablet e celular

Perguntas frequentes

Can I format code in different styles?

Yes, the SQL Formatter and other code tools support multiple formatting options and indentation styles.

Is regex testing case-sensitive?

The Regex Tester supports case-sensitive and case-insensitive matching, along with global and multiline flags.

Can I process multiple lines at once?

Yes. Most text tools operate on the whole input, so you can paste multi-line content and apply the operation to every line in a single pass.

Is there a character limit?

There is no fixed limit — the tools run in your browser, so the practical ceiling is your device memory. Very large inputs may slow down rendering.

Ferramentas relacionadas