Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting Uppercase to Lowercase

Status
Not open for further replies.

schltzy99

Programmer
Feb 11, 2002
33
US
Does anyone know how to convert an html files code from uppercase to lowercase so that it can be compatible in a unix system?

I was told that I might be able to do it with Regular Expressions?

Also, is there a program out there that converts file names to all lowercase?


Thanks for your help in advance! [thumbsup2] RSchultz
rschultz@fivestardev.com
**Access 2000**
 
Yea, javascript can do taht

......now where did I see that "Insert witty remark here"

Stuart
 
I woul appreciate any help you can give me. If you see the appropriate javascript please let me know!

*anxiously waiting* RSchultz
rschultz@fivestardev.com
**Access 2000**
 
Check this thread

thread216-55814 if you go into the
then support, then ud4, then extension , then extension website. select text in the drop down and search for case

you'll see an extension to convert either all to upper or all to lowercase.

"Insert witty remark here"

Stuart
 
Thanks.

I tried the extension, but it doesnt seem to do what i need it to do.

What I am going to try and do now is:

Use this regular expression: ["'][^"']*[A-Z]+[^"']*["']

...and search for all of the possible links or references and change their code MANUALLY to lowercase.

If you have any input, I would greatly appreciate it.

Thanks for the effort. RSchultz
rschultz@fivestardev.com
**Access 2000**
 
Did you try the thread? Nice little javascript code there


thread216-55814 "Insert witty remark here"

Stuart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top