View Single Post
Old 11-28-2014, 05:59 PM   #1
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Spell Check and Change Case question/issue?

Question as to the way Change Case works

#1. Selected all lower case text between tags and applied each of the 5 possible operations and that seems to work as expected

#2. Selected mixEDcaSE words between tags and the 5 operations only seem to catch some of the selected text

#3. Selected all lower case text but INCLUDING the tags and applied each of the 5 possible operations and it seems that the tags are included in the operation. I.e. uppercasing <p>cat</p> gives <P>CAT</P>.

Spoiler:


<p>before -- All 5 were in lower case</p>
<p>upper case upper case</p>
<p>lower case lower case</p>
<p>swap case swap case</p>
<p>title case title case</p>
<p>capitalize capitalize</p>

<p>#1 -- select between tags and after each operation</p>
<p>UPPER CASE UPPER CASE</p>
<p>lower case lower case</p>
<p>SWAP CASE SWAP CASE</p>
<p>Title Case Title Case</p>
<p>Capitalize capitalize</p>

<p> start with 'aaaa bbbb CCCC dddd eeeEEE FFFfff'</p>
<p>#2 - select between tags and apply each of the 5</p>
<p>AAAA bbbb CCCC dddd eeeEEE FFFfff</p>
<p>aaaa bbbb CCCC dddd eeeeee FFFfff</p>
<p>aaaa bbbb CCCC dddd eeeEEE fffFFF</p>
<p>aaaa Bbbb CCCC dddd eeeEEE FFFfff</p>
<p>aaaa Bbbb CCCC dddd eeeEEE FFFfff</p>


<p>#3 - select text AND tags and apply each of the 5</p>
<P>UPPER CASE UPPER CASE</P>
<p>lower case lower case</p>
<P>SWAP CASE SWAP CASE</P>
<p>title Case Title Case</p>
<p>capitalize capitalize</p>

Last edited by phossler; 11-29-2014 at 10:26 AM.
phossler is offline   Reply With Quote