🔧
찾기 및 바꾸기
텍스트 및 코드 · 무료 온라인 도구
정규식 및 캡처 그룹 지원으로 찾기 및 바꾸기.
CoderNewbie 팀
Flags:2 matches
Capture groups
Find (\w+) (fox|dog) → Replace $1 animal ($2)
Use $1, $2… for capture groups, $& for the whole match.
정규식 구동
유연한 패턴 매칭과 치환을 위해 전체 정규식을 사용합니다.
캡처 그룹
치환에서 $1, $2로 캡처된 그룹을 참조하여 일치 항목을 재구성합니다.
플래그 & 실시간 카운트
g/i/m 플래그를 전환하고 패턴을 다듬는 동안 실시간 일치 수를 확인하세요.
찾기 및 바꾸기 사용 방법
- 1Enter or paste your text or code into the input area.
- 2Choose the desired operation (format, convert, analyze, etc.).
- 3Click the action button to process.
- 4Copy the result from the output area.
주요 기능
- ✓100% 무료 — 가입, 구독, 광고 없음
- ✓브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
- ✓빠르고 가벼움 — 즉시 결과 확인
- ✓크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원
자주 묻는 질문
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.