I have a string containing prices of items. How do i extract all the prices in the text in a situation where the currency symbol is not known at first.
I got a wristwatch for $500 and i could sell it to a Nigerian for ₦13,000 or to someone in Saudi Arabia for ﷼800
How do i get all the prices and their currency symbols.
Thanks
There is a regular expression character class for currency symbols: