>>> from currencies import extract_currency >>> extract_currency('235 EUR') 'EUR' >>> extract_currency('1029 USD') 'USD' >>> extract_currency('') ''