You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Replace each big prefix multiple times. (#9)
If a big prefix (million, hundred, thousand) occurs more than once in a
string, only its first occurence gets replaced with the corresponding number. Fixed that.