How do I capitalize text bewteen HTML tags?

2011-09-01 Thread tplarkin7
I would like to capitalize the words, "Narrator (v.o.)" between the paragraph tags below: I need to keep the entire tag as shown. For example, other tags have a margin of 1in, and I don't want to capitalize between them. Another issue is the hard return after "Narrator". Some of the lines in my

Re: How do I capitalize text bewteen HTML tags?

2011-09-02 Thread tplarkin7
I've worked it out. I solved the hard return problem by using Notepad++ TextFx Tidy command. It aligns all tags to nowrap and noindent. I then used VIM to capitalize the text since ordinary regex does not have that ability. For those that can't see the code I posted, it is visible in VIM's forum

Re: How do I capitalize text bewteen HTML tags?

2011-09-02 Thread tplarkin7
Thanks, Tim! On Fri, Sep 2, 2011 at 3:32 PM, Tim Chase-9 [via VIM] < ml-node+4763768-288495680-249...@n5.nabble.com> wrote: > On 09/02/11 11:29, tplarkin7 wrote: > > I then used VIM to capitalize the text since ordinary regex does not have > > > that ability. > > &g