elm-community / elm-community/string-extra
regex error after importing
Open
- Dominant language
- Elm
- Stars
- 36
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Importing version 1.4.0 and compiling gives the following error
```
App.js:8623 Uncaught SyntaxError: Invalid regular expression: /[Ù-Ü]/: Range out of order in character class
at new RegExp ()
at regex (App.js:8623)
...
```
in a code block that begins
``` javascript
var _elm_community$string_extra$String_Extra$accentRegex = function () {
...
}
```
using Google Chrome | 61.0.3163.100 (Official Build) (64-bit).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.