[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RegExp.Replace


Le 02/12/2025 à 16:59, CD a écrit :
Yes, I read the documentation, but when you're tackling a subject
you're unfamiliar with, it's easy to get lost.
Everything isn't necessarily clear when you're starting a new topic.

strResult = regExpression.Replace(strSource, "\\s+", " ", regExpression.Greedy)
Indeed, it works like that.

Thank you for your help.
  Sincerely



I asked if you have read the doc just to know if the documentation is clear enough.

Apparently not, as the problem is explicitly stated, so I added your code as examples for more clarity.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: RegExp.ReplaceCD <dessere.claude@xxxxxx>
References:
RegExp.ReplaceCD <dessere.claude@xxxxxx>
Re: RegExp.ReplaceBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: RegExp.ReplaceCD <dessere.claude@xxxxxx>