How can I replace ~ characters with nothing?

  • Thread starter Thread starter James Maeding
  • Start date Start date
J

James Maeding

I know the ~ is a wildcard char, but what if the text actually has ~'s in it.
Is there some escape char I can use to make it do a literal search?
thx
 
oh wow, too easy!
thanks

"Jason Morin" <[email protected]>
|>Use 2 ~.
|>
|>~~
|>
|>HTH
|>Jason
|>Atlanta, GA
|>
|>>-----Original Message-----
|>>I know the ~ is a wildcard char, but what if the text
|>actually has ~'s in it.
|>>Is there some escape char I can use to make it do a
|>literal search?
|>>thx
|>>.
|>>
 
Back
Top