There's plenty of examples of javascript regex to validate a URL online that you could use, depending on how you want to enforce a URL (such as must start with protocol http otr https or just allow www.domain.com, or even domain.com).
Sadly, there's no way to implement it globally for any/all link fields.
There's plenty of examples of javascript regex to validate a URL online that you could use, depending on how you want to enforce a URL (such as must start with protocol http otr https or just allow www.domain.com, or even domain.com).
Sadly, there's no way to implement it globally for any/all link fields.