lowercase first letter only?

If you need help on how to use the program
Post Reply
1likeAntR3namer
Posts: 2
Joined: 2026-04-16 05:39:05

lowercase first letter only?

Post by 1likeAntR3namer »

I'd very much like to commend the excellent Ant Renamer 2. I've been using it for several weeks now on Windows 11 with excellent results, but I do have a question about the Change Case action. I have several hundred downloaded freeware files which have the first letter uppercased as well as some letters afterward, e.g. "LogErsteNext.exe". I want to just change the first letter to lowercase and keep all the rest of the uppercase letters in uppercase, e.g. change "LogErsteNext.exe" to "logErsteNext.exe". However, Change Case only has an option to do the opposite, to make the first letter of the filename into uppercase rather than lowercase.

I looked at the regex pages for TRegExpr, and on https://regex.sorokin.engineer/tregexpr and found the ReplaceRegExpr topic, but it looks like it's designed to be used in a larger program, not a technique that could be used in Ant Rename's New Name field. Besides, I'm not a programmer, and I couldn't understand any of it anyway. But otherwise I can't see a way to do this with regular expressions.

Is there some way to do what I want, or am I stuck with filenames beginning with uppercase in this situation?
antp
Site Admin
Posts: 9867
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: lowercase first letter only?

Post by antp »

TRegExpr is indeed a component designed to be used in other software, which is what Ant Renamer uses for handling regular expression.
Some explanation about regular expressions can be found on that page: https://regex.sorokin.engineer/regular_expressions/

But these won't help for this specific case, I think.
I don't think it is possible to achieve hive what you want with the current Ant Renamer version, sorry.

For this specific case, your best option would be to generate a custom powershell script with the help of an AI-bot (e.g. Claude, Copilot, ChatGPT, etc.). The task should be quite simple, and it could explain you detailed steps on how to rename your files using the generated script.
1likeAntR3namer
Posts: 2
Joined: 2026-04-16 05:39:05

Re: lowercase first letter only?

Post by 1likeAntR3namer »

OK, I will try that. Thanks again for Ant Renamer!
Post Reply