C#如何用正则表达式截取https和带端口的域名

如题。现有代码如下。只能截取 http://www.baidu.com的 www.baidu.com

当域名为https://www.baidu.com 或者为 http://www.baidu.com:8080 时 则无法正确读取。。

求高手给去能截取这样格式的代码 Thanks!

 

string p = @"http://[^\.]*\.(?<domain>[^\.]*)";Regex reg = new Regex(p, RegexOptions.IgnoreCase);Match m = reg.Match(HostUrl);Result=m.Groups["domain"].Value;
最后自己想到了 (http|https)://(?<domain>[^(:|/]*)
这样即可谢谢楼上几位 

 

 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280881.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

推荐一个开源的 .NET 二维码生成库

你好&#xff0c;这里是 Dotnet 工具箱&#xff0c;定期分享 Dotnet 有趣&#xff0c;实用的工具和组件&#xff0c;希望对您有用&#xff01;介绍QrCodeGenerator 是开源的 .NET 二维码生成库&#xff0c;它支持从文本字符串和字节数组生成二维码图片。这个库是基于 .NET Stan…

vue循环中的v-show

v-show如果使用循环对象的属性来时控制, 这个属性必须是加载时就存在的 <div class"list-group col-sm-12" v-for"(issue,index) in issue_list"><a click"switch_comments(issue, index)" style"background-color:#5cb85c;font-w…

C# 图片画矩形,添加文字

1.初始设置字体与笔 Pen pen new Pen(Color.FromArgb(220, Color.Green), 5);Font font new Font("微软雅黑", fontSize, FontStyle.Bold); // 定义字体Brush whiteBrush new SolidBrush(Color.FromArgb(220, Color.Red)); // 画文字用 2.初始设置图片和Graphics …

全量更新和增量更新_增量BIOS更新或直接更新到最新版本哪个更好?

全量更新和增量更新There are few things as irritating as a Blue Screen of Death, but sometimes there is an easy fix for it like updating the BIOS for instance. If multiple updates are available though, do you do incremental updates or can you just use the l…

BZOJ4590: [Shoi2015]自动刷题机

【传送门&#xff1a;BZOJ4590】 简要题意&#xff1a; 有l秒时间&#xff0c;AC了k道题&#xff0c;给出每秒写的代码行数&#xff08;行数>0表示写&#xff0c;<0表示删除&#xff0c;如果剩下的行数不够删&#xff0c;则为0&#xff09;&#xff0c;假设行数>n时能…

[Office 2010 易宝典]什么是Office Web App?如何在线查看Office文档?

什么是Office Web App&#xff1f; Office Web App使得Microsoft Office能扩展到网络浏览器上。用户可以直接在通过浏览器在线查看和编辑保存在网站上的文档。 如何上传Office文档&#xff1f; 在Microsoft Word 2010里面&#xff0c;您可以把Word文档保存到Windows Live SkyDr…

Pipy:保护 Kubernetes 上的应用程序免受 SQL 注入和 XSS 攻击

注入攻击在 OWASP Web 应用 10 大安全风险[1] 排名 2021 年下滑至第 3 位&#xff0c;多年来一直位居前十。SQL 注入 (SQLi) 是一种用于攻击网站和 Web 应用程序的常见注入技术。没有将用户输入与数据库命令完全分开的应用程序面临着将恶意输入作为 SQL 命令执行的风险。成功的…

docker 开启命令\退出容器

开启 docker load -i test.tar docker imagesdocker run -it -p 8000:80 test //8000为访问ip 的端口 80 为test设置的端口 docker rename 原容器名 新容器名访问IP 为 localhost:8000 退出容器 如果要正常退出不关闭容器&#xff0c; 请按CtrlPQ进行退出容器

如何阻止YouTube在iOS,Android和Web上自动播放视频

Over at YouTube, they love it when you watch more YouTube. If you’re sick of YouTube automatically queuing up more videos for you, however, it’s easy enough to turn the autoplay feature off and go back to watching your videos at your own pace. 在YouTube上…

(php)thinkphp3.2配置sql_server

(php)thinkphp3.2配置sql_server 标签&#xff1a; php thinkphp sql_server2016年12月16日 15:20:19631人阅读 评论(0) 收藏 举报分类&#xff1a;php&#xff08;18&#xff09; 最近要整一个crm和erp的对接&#xff0c;最坑的是&#xff0c;erp的是用.net写的&#xff0c;数…

viewData

viewdata[alert]"alert(你好)"<script>viewdata[alert]</script> 在Controller存储数据 在 界面得到 关于 ViewData和ViewMode 点击这里 http://wanshiqian1221.blog.163.com/blog/static/6872130420095242016546/

Blog.Core 第四季度开源更新说明书

B/C/V/PAn open-source organization based on .NET/Core and Vue (React/NG) to quickly build MVC & SPA and microservice application.开源贡献NETCORE架构设计BCVP开发组成员说&#xff1a;BCVP是以Blog.Core为核心框架设计的一整套前后端分离、RBAC与数据鉴权、统一C…

关于HibernateDaoSupport中的getHibernateTemplate().execute及executeFind方法

转自&#xff1a;https://blog.csdn.net/angus_17/article/details/8501668 1. 这两个方法都是为了Spring在接管Hibernate之后&#xff0c;可以对HibernateDaoSupport进行灵活的扩展而用的。 二者的主要区别在于&#xff0c;execute返回的是一个Object&#xff0c;而executeFin…

bootstrap笔记

1.整体排版 <div class"container"><div class"row"><div class"col-md-offset-3 col-md-6"><div class"panel panel-primary"><div class"panel-heading"><h3 class"panel-title&q…

如何将联系人导入Windows联系人文件夹和从中导出联系人

In Windows 7 and 8, there is a Contacts folder in your user directory. This folder can be useful if you have your contacts in a single .vcf file and want to move them into a .csv file for importing into programs like Outlook 2013. 在Windows 7和8中&#xff…

【vue】跟着老马学习vue-数据双向绑定

学习了node.js教程&#xff0c;只能说是有了一定的了解&#xff0c;之前也了解了webpack和es6的核心内容&#xff0c;也看过vue2.0的官网教程&#xff0c;并结合视频看过项目&#xff0c;但是理解和运用仍然存在很多问题&#xff0c;接下来的一段时间&#xff0c;跟着老马学习v…

位运算符2

class TestExer1{public static void main(String[] args){int m 12;int n 5;System.out.println("m:" m " n:" n);//方法一&#xff1a;提供一个临时变量。//int temp m;// m n;// n temp;//System.out.println("m:" m &…

C# 实例解析事件委托之EventHandler

概述事件属于委托的一个子集&#xff0c;像我们平时界面上的鼠标点击按钮后响应事件、事件的发布和订阅等都需要用到委托.通过委托可以很好的实现类之间的解耦好。事件委托EventHandler的函数原型如下&#xff1a;delegate 表示这个个委托&#xff0c;事件委托没有返回值&#…

C# HttpWebRequest post 数据与上传图片到server

主体 Dictionary<string, object> postData new Dictionary<string, object>(); string fileFullPath this.imgFullPath;if (!File.Exists(fileFullPath)){Message(Error, "file not exist: " fileFullPath);goto EndGetPost;}// 先定义一个…

多亏了Google相册,如何一键释放Android手机上的空间

Let’s be real here: modern smartphones have limited storage. While they’re coming with a lot more than they used to, it’s easy to fill 32GB without even realizing it. And with today’s high-end cameras, well, pictures and videos can quickly consume a bi…