Regex for file organization
I keep running into situations where I need to remove random prefixes, replace certain character patterns, extract numbers, or rearrange parts of filenames. Simple search and replace works sometimes, but the filenames aren’t consistent enough. I’ve seen people recommend regex for this. Is it worth learning for everyday file management, or does it become overkill pretty quickly?
1
vote