Extract currency values ($, €, ¥, £, etc.)

Please log in or register to do it.

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.

Processing Modes:


Extracts the complete monetary values including the currency symbol and the number.

Extracts only the numeric part, removing the currency symbol.

Extracts the monetary value and replaces the currency symbol 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
Extract sentences that start with a lowercase letter
Extract text where every word starts with a capital letter

Your email address will not be published. Required fields are marked *