Modul:UrlCheck: Unterschied zwischen den Versionen
K
+: in pattern
K (%) |
K (+: in pattern) |
||
| Zeile 70: | Zeile 70: | ||
-- path check | -- path check | ||
if aPath ~= '' and | if aPath ~= '' and | ||
not mw.ustring.match( aPath, '^[-A-Za-z0-9¡-ÿ_.,~%%+&;#*?!=()@/]*$' ) then | not mw.ustring.match( aPath, '^[-A-Za-z0-9¡-ÿ_.,~%%+&:;#*?!=()@/]*$' ) then | ||
return 23 | return 23 | ||
end | end | ||