The Regex Matches Extractor lets you supply any regular expression and extracts every match from the input text. Supports capture groups — if your pattern has groups, each group's value is shown separately. Flags (global, case-insensitive, multiline) are configurable.
The most flexible extractor in the suite — any pattern, any text, all matches listed.
Extract all email addresses from any block of text.
Extract all hashtags from social media posts or any text.
Strip HTML tags and extract the plain text content.
Extract values from JSON by key path.
Extract all numbers (integers and decimals) from text.
Extract phone numbers from any text or document.