Regex code to capitalize filenames (after 4301)

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
User avatar
pschroeter
Silver Member
Silver Member
Posts: 283
Joined: 2007 Jan 27, 00:46

Regex code to capitalize filenames (after 4301)

Post by pschroeter »

Now that xplorer2 version 4301 is out, I again ask...
I give up. I’ve read the official documentation and started reading a few websites and regex just confuses me. I see the \u and \l and I think they can be used to capitalize file names.

Could someone just write the code to capitalize filenames for me because that is all I want to do with regex

I also now wonder if regex searches can be turned into macros, reasonably easy.
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Re: Regex code to capitalize filenames (after 4301)

Post by nikos »

there's no magic in regular expressions. How do you know which letters you want capitalized? Usually it is words separated with spaces. Think something you can search and replace
Post Reply