Re: stripANSI with regex (General questions)
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:
- stripANSI with regex - Eric, 2007-12-10, 15:02
- Re: stripANSI with regex - woddrazen, 2007-12-10, 15:59
- Re: stripANSI with regex - Eric, 2007-12-10, 16:13
- Re: stripANSI with regex - woddrazen, 2007-12-10, 15:59