Is there a regex flavor that allows me to count the number of repetitions matched by the * and + ope
- by luvieere
Is there a regex flavor that allows me to count the number of repetitions matched by the * and + operators? I'd specifically like to know if it's possible under the .NET Platform.