Update --mk
This commit is contained in:
parent
bea7216a0f
commit
1bd7627414
1 changed files with 3 additions and 1 deletions
|
@ -77,4 +77,6 @@
|
||||||
("[0-9]" "numbers from 0 to 9")
|
("[0-9]" "numbers from 0 to 9")
|
||||||
("[A-Za-z\-\.]" "upper and lowercase english alphabet, - and .")
|
("[A-Za-z\-\.]" "upper and lowercase english alphabet, - and .")
|
||||||
("(a-z)" "a, - and z")
|
("(a-z)" "a, - and z")
|
||||||
("(\s+|,)" "spaces or a comma")))
|
("(\s+|,)" "spaces or a comma")
|
||||||
|
("#\w+" "find hashtags")
|
||||||
|
("([@|#]\w+)" "matches both mentions (@) and hashtags")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue