Modul:URLutil: Unterschied zwischen den Versionen
Forgot to fix calls
w>Dcoetzee (Modify to return object instead of table (convention, works with unit test framework)) |
w>Dcoetzee (Forgot to fix calls) |
||
| Zeile 33: | Zeile 33: | ||
function _isIp( s ) | function _isIp( s ) | ||
return | return _isIpV4( s ) and "4" or _isIpV6( s ) and "6" | ||
end | end | ||