thank you, I found how to do that (forgot to check documentation :-)
"Cerebrus" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Alexey,
>
> Many of the overloads of the Regex.Replace method allow you to choose a
> number to specify the number of occurrences of a match that you would
> like to replace. Check them out and choose the one that is most
> appropriate for you.
>
> Possibly, you could use this one : Regex.Replace("input",
> "replacement", count)...
>
> Regards,
>
> Cerebrus.
>
|