获取URL的部分(Regex)
给定URL(单行):http://test.example.com/dir/subdir/file.html
如何使用正则表达式提取以下部分:
http://test.example.com)
即使输入以下URL,regex也应正确工作:
http://example.example.com/example/example/example.html
相关分类