This tool extracts monetary values from your text. It detects any monetary text regardless of spacing or the position of the currency symbol relative to the number. You can choose from three processing modes: extracting the values with the currency, extracting the values while removing the currency, or extracting the values while replacing the currency with a custom placeholder.
Examples:
Extract Values with Currency
Extracts the full monetary values as they appear.
Before:
I spent $20 on coffee and €15 on lunch.
After:
$20, €15
Extract Values without Currency
Extracts only the numeric part, removing the currency symbols.
Before:
I spent $ 20 on coffee and 15 € on lunch.
After:
20, 15
Extract Values and Replace Currency with Placeholder
Replaces the currency symbol with a custom placeholder.
Before:
I spent $20 on coffee and €15 on lunch.
After (with placeholder "[currency]"):
[currency]20, [currency]15