Ed Morton <
morto...@gmail.com> wrote:
> Janis Papanagnou <
janis_pa...@hotmail.com> wrote:
>
>> Am 20.09.2012 13:20, schrieb Ed Morton:
>> [...]
>> > You'll need a vim plugin then. A quick google search shows you can use
>> [ links to plugins snipped ]
>> >
>> > Apparently after installing them the "S" (for the second one or "%SC"
>> > for the first) command will let you do:
>> >
>> > :S/foo/bar/g
>> >
>> > to replace 'Foo foo FOO' with 'Bar bar BAR'.
>>
>> Curious; how would that plugin (or the respective emacs function) handle
>>
>> :S/foo/bart/g
>>
>> if applied on the quoted data ('Foo foo FOO')? - A literal small 't' in
>> all three parts ('Bart bart BARt'), or some magic like 'Bart bart BART'?
>
> From what I read on the web pages, it looks like the last one. I also
> saw an example where they somehow do a translation on a mixed case
> word, but I can't find that now
EXPRESSIONS. YESSSSSS!