得到连接和图片的地址 正则

复制代码 代码如下:

function AddSiteURL(ByVal Str)
  If IsNull(Str) Then
      AddSiteURL = ""
      Exit Function 
  End If

  Dim re
  Set re=new RegExp
  With re
    .IgnoreCase =True
    .Global=True

    .Pattern="    str = .replace(str,"
    .Pattern="    str = .replace(str,"  End With
  Set re=Nothing

  AddSiteURL=Str
End Function

你可能感兴趣的:(得到连接和图片的地址 正则)