View the Project on GitHub AMEZING77/AMEZING77
\("\w+",\s*".*?"\)
\( 和 \)
\w+
,
\s*
".*?"
string[] splitStrCount = Regex.Split(strCount, @"\D+");
\D+
+