JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
Load a PHP Class automatically upon instantiation (PHP5)
Javascript to put a hotkey on a Web Page
fgsd
100 pornsite hacked passes (bangbros, seehersquirt, etc ) rar.torrent
bittorrent
"printfire
Auto-submit dropdown menu
table
CSS
getelement
Rate this script:
I Love it
/
I Hate it
validate a url (regexp)
Code
function
isUrl
(
s
)
{
var
regexp =
/
(
ftp|http|https
)
:\/\/
(
\w+:
{
0
,
1
}
\w*@
)
?
(
\S+
)
(
:
[
0
-9
]
+
)
?
(
\/|\/
(
[
\w#!:.?+=&%@!\-\/
]
)
)
?/
return
regexp.
test
(
s
)
;
}
validate a url (regexp) scripts
|
validate a url (regexp) snippet
|
validate a url (regexp) example
|
validate a url (regexp) tutorial
|
validate a url (regexp) code