Open mflash123 opened 5 years ago
Proper regex for any URL is [-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&\/=]*)
.
[a-z]*
matches any sequence of characters from A-B, without any distinction.
If you want to capture every character from a-z, use:
(([a-z])*)
Cant understand how to make url mask and syntax like [anyword+]