ubb识别有问题
许多连接识别有问题改一下吧
re.Pattern = "^((http|https|ftp|rtsp|mms):(\/\/|\\\\)\':+!]+([^<>""])+)"
strContent = re.Replace(strContent,"<a target=_blank href=$1>$1</a>")
re.Pattern = "((http|https|ftp|rtsp|mms):(\/\/|\\\\)\':+!]+([^<>""])+)$"
strContent = re.Replace(strContent,"<a target=_blank href=$1>$1</a>")
re.Pattern = "([^>=""])((http|https|ftp|rtsp|mms):(\/\/|\\\\)\':+!]+([^<>""])+)"
strContent = re.Replace(strContent,"$1<a target=_blank href=$2>$2</a>")
這是?? 标准的讲法是正则表达式业余点嘛就是用来匹配预先定义的格式转换为另一种格式(能理解吗?) 不能。。。 去看微软VBScript的SDK就知道了 好深奥啊。。。。。。。。。。 好深奥啊。。。。。。。
页:
[1]