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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

regsub, uppercase to lowercase

Status
Not open for further replies.

ziploc1010

Programmer
Apr 14, 2001
13
US

My wish is to use the regsub command to convert all characters from uppercase to lower case. I cannot use the [string lower ... ] operation, b/c I don't want to put everything to lowercase, only a specific portion of text.
 
How about using the string range function
to isolate the characters you want and then using string tolower?

s
 
I would like to change all my folder-/file names that is in UPPERCASE letters to lowercase letters, how do I do that? Any Suggestions!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top