0

I have a string value as follow

([68_89]+([65_79]/100)) + (([68_111]*12)*([65_79]/([IC_555]*12)-100))

If i try to use following regex for the related string value

MatchCollection matchList = Regex.Matches(formulaWithPrefix, @"((?:\w+|\((?1)\))(?:[+*^-](?1)|)?)", RegexOptions.ECMAScript);

I got the following excepition:

unrecognized grouping construct

What value should I change in regex to solve this issue

Any help will be appreicated.

Thanks

Soner
  • 1,220
  • 3
  • 14
  • 37

0 Answers0