# File lib/stringex/localization/converter.rb, line 39
39:       def normalize_currency!
40:         string.gsub! /(\d+),(\d+)/, '\1\2'
41:       end