lib/stringex/localization/conversion_expressions.rb in stringex-2.7.0 vs lib/stringex/localization/conversion_expressions.rb in stringex-2.7.1

- old
+ new

@@ -23,10 +23,10 @@ slash: /\s*(\\|\/|/)\s*/, star: /\s*\*\s*/, } # Things that just get converted to spaces - CLEANUP_CHARACTERS = /[\.,:;(){}\[\]\?!\^'ʼ"_\|<>]/ + CLEANUP_CHARACTERS = /[\.,:;(){}\[\]\?!\^'ʼ"`~_\|<>]/ CLEANUP_HTML_ENTITIES = /&[^;]+;/ CURRENCIES_SUPPORTED_SIMPLE = { generic: /¤/, dollars: /\$/,