Monu Tools

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

  1. 01

    Paste the text, log or document you want to scan into the left panel.

  2. 02

    The matches appear on the right, de-duplicated; tick "Sort A to Z" to order them.

  3. 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.

שאלות נפוצות

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.

מקורות

הטמע את הכלי הזה

הוסף את הכלי הזה לאתר שלך. העתק את קטע הקוד שלהלן; הוא מתעדכן אוטומטית.

<iframe src="https://monu.tools/embed/he/regex-extractor" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

כלים קשורים