UNPKG

@fto-consult/node-utils

Version:

Bibliothèque d'outils pour application nodeJS

5 lines (4 loc) • 164 B
module.exports = (str)=>{ if(typeof str !=='string' || !str) return false; return /^(?:\w+:)?\/\/([^\s\.]+\.\S{2}|localhost[\:?\d]*)\S*$/.test(str); };