最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
实现网址的自动识别
时间:2022-07-02 12:08:25 编辑:袖梨 来源:一聚教程网
public static string Auto(string str)
//========================//
// www.
// http://
// ftp://
// [email protected]
// mms://
//========================//
{
Reg = new Regex("([^]=>])(http://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1$2");
Reg = new Regex("^(http://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1");
Reg = new Regex("(http://[A-Za-z0-9./=?%-&_~`@':+!]+)$");
str = Reg.Replace(str,"$1");
Reg = new Regex("([^]=>])(ftp://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1$2");
Reg = new Regex("^(ftp://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1");
Reg = new Regex("(ftp://[A-Za-z0-9./=?%-&_~`@':+!]+)$");
str = Reg.Replace(str,"$1");
Reg = new Regex("([^]=>])(mms://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1$2");
Reg = new Regex("^(mms://[A-Za-z0-9./=?%-&_~`@':+!]+)");
//========================//
// www.
// http://
// ftp://
// [email protected]
// mms://
//========================//
{
Reg = new Regex("([^]=>])(http://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1$2");
Reg = new Regex("^(http://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1");
Reg = new Regex("(http://[A-Za-z0-9./=?%-&_~`@':+!]+)$");
str = Reg.Replace(str,"$1");
Reg = new Regex("([^]=>])(ftp://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1$2");
Reg = new Regex("^(ftp://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1");
Reg = new Regex("(ftp://[A-Za-z0-9./=?%-&_~`@':+!]+)$");
str = Reg.Replace(str,"$1");
Reg = new Regex("([^]=>])(mms://[A-Za-z0-9./=?%-&_~`@':+!]+)");
str = Reg.Replace(str,"$1$2");
Reg = new Regex("^(mms://[A-Za-z0-9./=?%-&_~`@':+!]+)");
相关文章
- Web3遊戲《Seraph》代幣閃崩60%!官方緊急宣布回購$SERAPH 07-12
- 幻兽帕鲁滑水蛇怎么获得 帕鲁滑水蛇获取方法 07-12
- 原神玛薇卡恰斯卡队怎么配队 玛薇卡配队大全攻略 07-12
- 光遇水之灵怎么找-水之灵位置攻略 07-12
- 剑星拉毗服装如何获取 拉毗服装获取方式分享 07-12
- 晨会分享朋友圈文案 07-12