I have regex ([[a-zA-Z 0-9:-]*] )+(.*)
and in regex101 it works how it supposed to.
But in C# its works like No backtracking
enabled.
And I want make it works like on regex101.
You can see difference on images below
Without No backtracking
With it
New contributor
APSAN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.