Regex for if/while condition

后端 未结 0 1023
日久生厌
日久生厌 2021-01-07 19:16

I\'m trying to make a regex that matches the following format of condition:

 if (condition) { 
 ...
 }
 while (condition) {
 ...
 }

Right now

相关标签:
回答
  • 消灭零回复
提交回复
热议问题