Extract Currency Values

Find and extract all monetary values with $, €, or £ symbols. Handles thousands separators and decimal amounts.

Example

Input

The cost is $1,299.99 plus €50 shipping and £12.50 tax.

Output

$1,299.99
€50
£12.50

How Extract Currency Values Works

Find and extract all monetary values with $, €, or £ symbols. Handles thousands separators and decimal amounts.

This tool runs entirely in your browser — no data is sent to any server. Paste your text, click Run, and get your result instantly. You can also chain this tool with others using the pipeline feature: run Extract Currency Values, then continue with a related tool to build a multi-step text workflow.

TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.