Related tools
More from 뷰어·편집기
도구와 페이지를 빠르게 찾아 엽니다
More from 뷰어·편집기
Try JavaScript (ECMAScript) regular expressions against multiline text. All matching runs locally in your browser. Match count and subject length are capped so pathological patterns are less likely to freeze the tab.
Toggle flags to match your runtime (Node or browser). Use Explain to see what each active flag does and quick safety notes for your pattern.
g global · i ignore case · m multiline · s dotAll · u unicode · y sticky · d match indices
Subject text
Results
Highlighted
| # | index | match | groups |
|---|---|---|---|
| 1 | 12–28 | team@example.com | [1:team, 2:example.com] |
| 2 | 29–54 | support@sub.company.co.uk | [1:support, 2:sub.company.co.uk] |