Here's what I'd like to do, for each one of many files:
- search for all occurrences of "
<a href" then begin block selection - select until the first occurrence of "
>" - convert the entire match to lowercase
Thanks again,
Olivier Pons
|
Here's what I'd like to do, for each one of many files:
Thanks again, Olivier Pons
| ||||
|
feedback
|
|
Check it out:
This says: match Obviously you're on your own if there's a (And in case it's not clear, you'll use this as To use this on multiple files, you'll use In general, it'll probably look something like this:
I've added a write command to the bufdo version, because it can't move on to the next buffer without saving the current one. You could do this for the others too, if you wanted to write immediately, but they'll work without. It's up to you to get all the files open - the easiest way is just | ||||
feedback
|