Extract Text with Regex
Extract every match of a regular expression from text, returning any capture group you choose. Runs entirely in your browser.
Regex extractor nasıl kullanılır
- 01
Paste the text, log or document you want to scan into the left panel.
- 02
The matches appear on the right, de-duplicated; tick "Sort A to Z" to order them.
- 03
Copy the list, ready to paste into a spreadsheet or mailing tool.
What it does
This tool runs your regular expression over the pasted text and lists every match. Set a capture-group number to return just that part of each match, and add flags such as i for case-insensitive.
It is like a friendly, visual grep that keeps everything in your browser.
Capture groups and flags
Group 0 returns the whole match; group 1 returns the first parenthesised part, and so on. The g flag is always applied so you get every match, not just the first.
An invalid pattern shows a clear error instead of failing silently, so you can fix it as you type.
Private and unlimited
Every conversion happens locally in your browser, so your data is never uploaded, logged or stored on a server. You can use it on confidential exports without a second thought, and it keeps working offline once the page has loaded.
There is no sign-up, no watermark and no row limit: the only ceiling is your device's memory.
Sıkça sorulan sorular
Is there a row or file-size limit?
There is no fixed row cap or daily quota. Because everything runs locally the practical limit is your device's memory, which comfortably handles the tens of thousands of rows most exports contain.
Is my data uploaded anywhere?
No. The conversion runs entirely in your browser with client-side JavaScript, so nothing you paste or drop ever leaves your device. That makes it safe for spreadsheets that contain customer emails, financial figures or other sensitive data.
Kaynaklar
Bu aracı göm
Bu aracı kendi web sitenize ekleyin. Aşağıdaki kod parçacığını kopyalayın; otomatik olarak güncel kalır.
<iframe src="https://monu.tools/embed/tr/regex-extractor" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>İlgili araçlar
Split CSV
Split a large CSV into smaller files by row count, repeating the header in each part, then download them. Runs in your browser.
Pivot CSV
Build a pivot table from CSV in your browser: group by a field, spread another across columns and aggregate. Nothing is uploaded.
Test Data
Generate realistic fake test data as CSV, JSON or SQL: names, emails, dates, numbers, UUIDs and more. Reproducible and fully client-side.
CSV Editor
Edit CSV in a spreadsheet-style grid in your browser: add or remove rows and columns, rename headers, then export clean CSV. Nothing is uploaded.