Update --mk

This commit is contained in:
Marcus Kammer 2022-05-16 18:20:47 +02:00
parent bea7216a0f
commit 1bd7627414

View file

@ -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")))