gpt4 book ai didi

c# - 如何从字符串中去除标点符号?

转载 作者:IT王子 更新时间:2023-10-29 03:43:57 26 4
gpt4 key购买 nike

对于这个问题中希望在 30 秒内得到答案的部分,我专门寻找 C#

但在一般情况下,去除任何语言中的标点符号的最佳方法是什么?

我应该补充:理想情况下,解决方案不需要您列举所有可能的标点符号。

相关:Strip Punctuation in Python

最佳答案

new string(myCharCollection.Where(c => !char.IsPunctuation(c)).ToArray());

关于c# - 如何从字符串中去除标点符号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/421616/

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