Open
Description
🤔 What's the problem you're trying to solve?
With #187 optimizations were submitted to create Cucumber expressions more efficiently when using Java. These changes are not applicable the other implementations as these have regular expression support build into the language itself.
Except .Net
✨ What's your proposed solution?
Port the changes made in #187 to ExpressionFactory.cs and CucumberExpression.cs.