Trying to get familiar with regex and wildcards in XYplorer
Posted: 03 Dec 2019 11:50
I have a few files that have a prefix I want to get rid of, prefix is like this "NEW__00**_" where the stars should be widlcards (any character).
I don't really get how regex works in XYplorer, I use it in Python all the time (but I'm clearly not a pro)
I've tried a few things in the Regex Rename tool but got no luck so far.
To me this should work but doesn't : "^NEW__00.*_" > ""
How would you do it?
Thank you
I don't really get how regex works in XYplorer, I use it in Python all the time (but I'm clearly not a pro)
I've tried a few things in the Regex Rename tool but got no luck so far.
To me this should work but doesn't : "^NEW__00.*_" > ""
How would you do it?
Thank you