Commit e2e30825 authored by 黄奎's avatar 黄奎

页面修改

parent f9c15d25
......@@ -194,7 +194,8 @@ namespace Edu.Common.Plugin
Regex reg1 = new Regex(pattern1);
if (isBigType)
{
string pattern2 = @"[\r\n][(][一二三四五六七八九十]*[)]";
//注意“[ ]”为word里面的空格(出现0-N次)
string pattern2 = @"[\r\n][ ]*[((][一二三四五六七八九十]*[))]";
Regex reg2 = new Regex(pattern2);
if (reg2.IsMatch(questionStr))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment