Howdy all!
First, I want to let everyone know that I did search the forum, and I did try everything that looked even remotely close to what I was looking for. The problem, I'm afraid, is that it's just not making much sense to me. It could be the late hour, or it could be that I'm just mentally challenged. At this point I'm not going to rule either out.
What I need to do is this: I have nearly 10,000 lines of XML code and I need to change a snippet in each to proper case. Each line contains the following syntax:
<![CDATA[This is some sample text]]></phrase>
How can I find and select that part from each line? So that I can change the text between <![CDATA[ and ]]></phrase> to proper case, like this:
<![CDATA[This Is Some Sample Text]]></phrase>
I really do appreciate any help I can get in figuring this out.
First, I want to let everyone know that I did search the forum, and I did try everything that looked even remotely close to what I was looking for. The problem, I'm afraid, is that it's just not making much sense to me. It could be the late hour, or it could be that I'm just mentally challenged. At this point I'm not going to rule either out.
What I need to do is this: I have nearly 10,000 lines of XML code and I need to change a snippet in each to proper case. Each line contains the following syntax:
<![CDATA[This is some sample text]]></phrase>
How can I find and select that part from each line? So that I can change the text between <![CDATA[ and ]]></phrase> to proper case, like this:
<![CDATA[This Is Some Sample Text]]></phrase>
I really do appreciate any help I can get in figuring this out.