Re: stripANSI with regex - WeOnlyDo Discussion board

Re: stripANSI with regex (General questions)

by woddrazen, Monday, December 10, 2007, 15:59 (5981 days ago) @ Eric

Eric,


Maybe VB6 Replace Function will help you.

Here is example:
[code]
Dim a As String

a = this is@@@@test message
Debug.Print Replace(a, @@@@ , )[/code]

Hope this helps.


Drazen


Complete thread: