gpt4 book ai didi

swift - 如何从链接中获取文本并对其进行修剪?

转载 作者:行者123 更新时间:2023-11-28 11:34:00 26 4
gpt4 key购买 nike

假设我有:

"<p>I need <a href='www.alink.com'> www.alink.com / x /y </a>, along with this. </p>"

我想获取文本:我需要 www.alink.com/x/y,还有这个。

我尝试通过以下方式删除 html:

someString?.replacingOccurrences(of: "<[^>]+>", with: "", options: .regularExpression, range: nil)

然后我得到:我需要 www.alink.com/x/y,还有这个。

我需要没有空格的链接文本,我该怎么做?

最佳答案

尝试仅用字符替换空格和下一个字符。

ans="Hello i am goutham /t /n /m"
ans.replace(" /", "/")

给出:

'Hello i am goutham/t/n/m'

关于swift - 如何从链接中获取文本并对其进行修剪?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56053131/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com