Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

获取网址上一级 Autohotkey 2332

作者为 发表

Autohotkey

by Tmplinshi

UrlUpLevel(url) {
	url := Trim(url, " `t`r`n/\")
	url := !(url ~= "\w/\w") ? RegExReplace(url, "\w+\.(?=.*\.)",,, 1) : RegExReplace(url, "\w\K/[^/]+$")
	url := (url ~= "i)^(ftp|https?)://") ? url : "http://" url
	Return url
}



来了就留个评论吧! 2个评论




友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 2.388 seconds |