Search found 1 match

by toshiro
26 Feb 2009 12:55
Forum: DOS Batch Forum
Topic: String Substitution for a tilde
Replies: 1
Views: 4887

String Substitution for a tilde

I'd like to find and change

yahoo~com

to

yahoo.com

but when I try string substitution, I think it's getting crossed up w/string indexing. I tried escaping the tilde, but no dice. Tried the quoted everything method, but same result. Any tricks I might be missing?

Thanks,

Tom