위치 9
hello@gogotem.com
브라우저를 벗어나지 않고 정규식을 테스트하고, 일치 결과와 플래그 동작을 바로 확인할 수 있습니다.
일치 개수
2
/\b[\w.%+-]+@[\w.-]+\.[A-Za-z]{2,}\b/gu
위치 9
hello@gogotem.com
위치 34
team@example.org
The tester builds a JavaScript regular expression from your pattern and selected flags, then scans the text and lists every match with its position.
Yes. The tester follows the browser RegExp engine, including common flags such as global, ignore-case, multiline, dotAll, and unicode.
Yes. It is useful for checking email patterns, URL fragments, form rules, and text extraction logic before using them in code.
계속 둘러보기
같은 카테고리의 도구와 인기 도구를 한 곳에서 바로 탐색해보세요.
URL 파라미터에 넣을 값을 안전하게 인코딩하고 다시 복원합니다.
텍스트를 Base64로 바꾸거나 Base64 문자열을 다시 원문으로 복원합니다.
Build tints, shades, and contrast guidance from a single base color.
링크와 텍스트를 바로 QR 코드 이미지로 만듭니다.
Unix timestamp를 날짜로 바꾸거나 날짜를 다시 timestamp로 변환합니다.
JSON 문자열을 정리하고 검증한 뒤 한 줄 형태로 압축할 수 있습니다.