Case Changer

J

JCO

I would like to change the case of a group of text from all caps to small
letters. Is their a tool that lets me do this? This happens quite often
when copying text from a document and the document has lots of caps. I need
to target a specific area... unlike the Jimco Case Changer that changes the
case of "filenames" on you system.

Let me know.
 
C

Chris Leeds, MVP-FrontPage

there's a .css property text-transform but it's usually used to take
"regular" text and make it all caps, or small caps.
you may want to look into it to see if it'll make them all lower case.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
 
D

Dwayne Conyers

JCO said:
I would like to change the case of a group of text from all caps to small
letters. Is their a tool that lets me do this? This happens quite often
when copying text from a document and the document has lots of caps. I
need
to target a specific area... unlike the Jimco Case Changer that changes
the
case of "filenames" on you system.

Let me know.


If you don't mind getting your hands into a little coding, there is a script
that will do this and it is located at:

http://javascript.internet.com/forms/format-input.html

Hope that helps.
 
J

JCO

Looking at code is easy since I program in C++. I will look at the code
today.
Thanks for your help; I will follow up with you and let you know how it
went.
 
Top