Modul:UrlCheck: Unterschied zwischen den Versionen
K
+ 7C
K (+: in pattern) |
K (+ 7C) |
||
| 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 | ||