# utility.getCurrency(string)

Check if the given string is a currency or not

**Usage exemple :**

```javascript
const string = 'EUR'
const moneyTpl = utility.getCurrency(string)
```
