我想要一个适用于单个链接或单独部分的正则表达式。
如果我放置单个链接:
https://example.com/file.rar
替换为
[url=https://example.com/file.rar]Example[/url]
如果我放了很多部分:
https://example.com/file.part1.rar
https://example.com/file.part2.rar
替换为
[url=https://example.com/file.part1.rar]Example Part 1[/url]
[url=https://example.com/file.part2.rar]Example Part 2[/url]
非常感谢您的帮助。