Page 1 of 1

Regex code to capitalize filenames

Posted: 2019 Nov 13, 06:34
by pschroeter
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.

Re: Regex code to capitalize filenames

Posted: 2019 Nov 13, 16:16
by nikos
did you read the comments here? viewtopic.php?f=18&t=11784
basically you need to wait for build 4301 next week to get the fix. Not sure about the other switches you mention

Re: Regex code to capitalize filenames

Posted: 2019 Nov 13, 18:50
by pschroeter
I actually read that and I thought it only had to do with Camel Case which I thought would be more complex. That post is where I started to get the hope I could do simple case changing, but I'll look forward to the update. I'll probably still not understand regex though.