> Note, it's case insensitive, if you don't want that, remove the g from > s/$lookfor/$replacewith/ig; If you want it case sensitive, remove the "i" not the "g". The i designates ignore case. :-) -- Life would be so much easier if we could just look at the source code. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- String replace in a file alex stan
- Re: String replace in a file Stephen P. Potter
- RE: String replace in a file John Edwards
- RE: String replace in a file Chris Milligan
- RE: String replace in a file John Edwards