찾기 및 바꾸기
텍스트 및 코드 · 무료 온라인 도구
정규식 및 캡처 그룹 지원으로 찾기 및 바꾸기.
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.
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.
관련 도구
CSV 이스케이퍼
CSV 필드에 따옴표 이스케이프 추가.
SQL 문자열 이스케이퍼
SQL 문자열 리터럴의 특수 문자 이스케이프.
문자열 케이스 감지기
문자열이 camel/snake/kebab/const 케이스인지 감지.
텍스트 카운터
문자, 단어, 줄, 단락 수 세기.
텍스트 정리기
여분의 공백, 빈 줄 및 줄바꿈 제거.
대소문자 변환기
UPPER, lower, camelCase, snake_case로 변환.
Markdown 미리보기
Markdown을 실시간으로 HTML로 렌더링하여 미리보기.
HTML ↔ Markdown
HTML과 Markdown 간 변환.