isHttp
If the string is an HTTP URL (ie Starts with http:// or https://)
Example:
"http://www.affogato.com".isHttp // true
"http://www.affogato.com".isHttp // true
"htt://www//".isHttp // false
Content copied to clipboard
Since
1.1.0
If the string is an HTTP URL (ie Starts with http:// or https://)
Example:
"http://www.affogato.com".isHttp // true
"http://www.affogato.com".isHttp // true
"htt://www//".isHttp // false
1.1.0