gpt4 book ai didi

c# - 在 C# 中解析 unicode 字符的字符串

转载 作者:太空宇宙 更新时间:2023-11-03 12:26:05 25 4
gpt4 key购买 nike

我有一个允许输入 unicode 字符的输入表单。所以它可能类似于“嘿\uF32A 怎么了?”。如果我得到这个字符串,它将有一个子字符串“\uF32A”,我如何将其转换为字符“\uF32A”?

最佳答案

使用正则表达式来 Unescape如下图:

var str = @"Hey \uF32A what's up?";    
System.Text.RegularExpressions.Regex.Unescape(str);

关于c# - 在 C# 中解析 unicode 字符的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44940672/

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