Key events: 30 per property [source]
Blog
-
Group values and calculate total by match
InputOne line per item. Numeric extraction is controlled by the regex below. Group rules on the right sum matching lines.Numeric extractionThe first capturing group must contain the numeric text. Example: .*\(([\d.,]+)\).*By default both are ignored. Example with ignored comma: 3445,53 → 344553. Example with decimal comma: 3445,53 → 3445.53.Calculation by regexMatching is case-insensitive and uses the original text exactly as written. -
Convert to list
Original 0 itemsResult 0 itemsSeparatorSingle input -
Generate matching Regex
Input Lines one alternative per lineRegex 0 alternatives -
Aggregate groups of values
Input text Groups by blank lines; headings (no value) split sectionsOutput 0 sections -
Remove duplicates
Original 0 linesResult 0 uniqueCleanup rulesApplied top to bottom -
Extract URLs from text
Input text Paste any text containing URLsExtracted URLs (editable) 0 foundOpen in groups of URLsButtons are generated after extraction or after editing the output. Each button opens one group (e.g., 1 = URLs 1–5, 2 = URLs 6–10). The last group opens the remaining URLs. -
Compare two lists
Result view shows cleaned lines. Click to edit original text.Result view shows cleaned lines. Click to edit original text.