gpt4 book ai didi

c# - 如何检查字符串中的第一个字符是否为项目符号(ASCII 中不存在)

转载 作者:太空宇宙 更新时间:2023-11-03 22:46:16 24 4
gpt4 key购买 nike

我想检查 c# 中字符串中的第一个字符是否为 我该怎么做,因为它没有 ASCII 值?

最佳答案

有一些不同的 unicode 字符可能看起来像子弹。

  1. 使用https://unicodelookup.com查找您要匹配的代码。
  2. 使用 literal notation 在 C# 中指定 unicode 字符,例如:“\u2022”使用字符的十六进制 unicode。

例如:

bool found = text.StartsWith("\u2022");

关于c# - 如何检查字符串中的第一个字符是否为项目符号(ASCII 中不存在),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49827354/

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