There are two issues with the current implementation: `[a-z]` only matches precisely a - z, and `\w` only matches english word characters. See PR here https://github.com/elm-community/string-extra/pull/36