Re: stripANSI with regex (General questions)

by woddrazen, (6353 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

locked

Complete thread: