使用 javascript 验证 http 和/或 www 并将其添加到字符串中

发布于 2024-11-05 15:22:48 字数 382 浏览 0 评论 0原文

在javascript中,我得到一个字符串,应该是这样的:

(也是第三级和较低的域)

我需要第一个字符串是验证的,第二个如果字符串不属于第三种情况(http://www.website.tld /something),它必须连接“http://”和/或“www”。

任何人都有一些提示或知道在哪里可以找到实现此功能的现成脚本?

in javascript I get a string that should be something like:

(also third level and lower domains)

I need that 1st the string is validate, 2nd if the string isn't in the third case (http://www.website.tld/something), it has to concat "http://" and/or "www".

Anyone has some tip or knows where to find a ready-to-use script that implement this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只有一腔孤勇 2024-11-12 15:22:48

如果您使用 jQuery(或可以使用它),我推荐优秀的验证器插件,它具有验证 jQuery Validate

它很容易使用,并且运行良好

免责声明:我没有参与这个项目,也不知道创建者。只是一个简单满意的用户;-)

If you use jQuery (or can use it), I recommend the excellent validator plugin which has a built-in function which validates jQuery Validate

It's easy to use, and works well

DISCLAIMER: I am not involved in this project nor knowing the creator. Just a simple satisfied user ;-)

潇烟暮雨 2024-11-12 15:22:48

我会使用正则表达式来匹配,看看你应该采取什么行动。

I would use a regular expression to match to see what action you should take.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文