Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.





Find: ([A-Z])(\w*)
Replace: \l$1$2
ABCDEF
ABCDEF
ABCDEFAbcdef
Abcdef
Abcdef
EllE wrote:and how lowercase last characters without first one ?
Find: ([A-Z])(\w*)
Replace: \u$1\L$2ABCDEF
ABCDEF
ABCDEFabcdef
abcdef
abcdefAbcdef
Abcdef
Abcdef