Skip to content

Commit

Permalink
Better describing the regex flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem authored Jul 16, 2023
1 parent b6035d9 commit d721637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A [simple browser demo of wnn](https://eklem.github.io/words-n-numbers/demo/) to

## Use

The default regex should catch every unicode character from for every language.
The default regex should catch every unicode character from for every language. Default regex flags are `giu`. `emojisCustom`-regex won't work with the `u`-flag (unicode).

### Only words
```javaScript
Expand Down

0 comments on commit d721637

Please sign in to comment.