A
Alexey Smirnov
Regex.Replace("BUILDING IN PARIS, IN LONDON" ,"\bIN\b","???");
returns "BUILDING ??? PARIS, ??? LONDON"
I need to replace the first match only, to have "BUILDING ??? PARIS, IN
LONDON"
How can I do that?
Thanks.
returns "BUILDING ??? PARIS, ??? LONDON"
I need to replace the first match only, to have "BUILDING ??? PARIS, IN
LONDON"
How can I do that?
Thanks.