We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54ac40 commit e949cf9Copy full SHA for e949cf9
readme.md
@@ -20,7 +20,7 @@ $ npm test
20
- `length` **{Number}** maximum length of mention, default `30`
21
- `match` **{String}** what to match, default is `\w{1,30}`
22
- `flags` **{String}** every valid RegExp flag, default `undefined`
23
- - `dot` **{Boolean}** replace options.match which is `\w` with `[A-Za-z0-9_.]`
+ - `dot` **{Boolean}** will use `[A-Za-z0-9_.]` instead of `\w`
24
* `return` **{RegExp}**
25
26
0 commit comments