Case Changer

  • Thread starter Thread starter JCO
  • Start date Start date
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.
 
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/
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top