How can I change text in files (more than 100) to lower case

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
ParimalJani
Posts: 1
Joined: Wed Aug 04, 2010 3:12 pm
Location: United Kingdom

How can I change text in files (more than 100) to lower case

Post by ParimalJani »

Hi,

How can I change the text in more than 100 files to lower case? Is there some command or batch commands that I can use to do this for all files in a folder? Thanks.
With best regards,

Parimal Jani
email: ParimalJani@hotmail.com
PaulBrewer44
Posts: 5
Joined: Thu Jul 22, 2010 3:07 pm

Re: How can I change text in files (more than 100) to lower

Post by PaulBrewer44 »

ParimalJani wrote:Hi,

How can I change the text in more than 100 files to lower case? Is there some command or batch commands that I can use to do this for all files in a folder? Thanks.
open all 100 files
Find: .
Replace: \l&

(that's a lower case l in the replace)

Select all documents

Replace all.

Not sure how to do it without opening all files I'm afraid
Post Reply