gpt4 book ai didi

cocoa - NSString 中转义换行符和双引号等字符的最佳方法

转载 作者:行者123 更新时间:2023-12-03 16:04:34 24 4
gpt4 key购买 nike

假设我有一个 NSString (或 NSMutableString),其中包含:

I said "Hello, world!".
He said "My name's not World."

将其转变为的最佳方法是什么:

I said \"Hello, world!\".\nHe said \"My name\'s not World.\"

我是否必须一遍又一遍地手动使用 -replaceOccurrencesOfString:withString: 来转义字符,还是有更简单的方法?这些字符串可能包含其他字母/语言的字符。

在其他语言中如何使用其他字符串类来完成此操作?

最佳答案

stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding

关于cocoa - NSString 中转义换行符和双引号等字符的最佳方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/579672/

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