如何从字符串中删除非ASCII字符?(在C#中)
c# ascii
我正在编写一个软件,它要求我处理从libcurl网页获得的数据.当我获得数据时,由于某种原因,它有额外的换行符.我需要想办法只允许字母,数字和空格.并删除其他所有内容,包括换行符.有没有简单的方法来做到这一点?谢谢.
c++ string alphanumeric strip libcurl
alphanumeric ×1
ascii ×1
c# ×1
c++ ×1
libcurl ×1
string ×1
strip ×1