C# equivalent of Java Punctuation regex

后端 未结 2 2009
悲哀的现实
悲哀的现实 2021-01-14 05:59

I\'m looking to find the equivalent in C# for the equivalent of this regex.

Java:

public static final String expression = \"[\\\\s\\\\p{Punct}]\";
         


        
2条回答
提交回复
热议问题