J
Jeroen Vandezande
Hi,
I want to do the following:
"Pete jan jan john jan mark" --> "Pete B jan john jan mark"
So I would like to wite a RegEx that would replace the first occurence of
the matched string (in this case replacing "jan" by "B")
..replace replaces all occurences, but maybe a smart regex would solve that,
or let them find all occurences and use MatchEvaluator to only replace the
first and copy all the others back?
Any good Ideas?
Best Regards,
Jeroen Vandezande.
I want to do the following:
"Pete jan jan john jan mark" --> "Pete B jan john jan mark"
So I would like to wite a RegEx that would replace the first occurence of
the matched string (in this case replacing "jan" by "B")
..replace replaces all occurences, but maybe a smart regex would solve that,
or let them find all occurences and use MatchEvaluator to only replace the
first and copy all the others back?
Any good Ideas?
Best Regards,
Jeroen Vandezande.