I have read in other posts that Mr. Noodle doesn't want any wildcard characters and in the places he mentions I would agree that they are probably not needed.
However, wildcard characters might be useful in the Patterns area. Here's an example:
I wish to rename a large number of files that currently are in the following format:
01 - filename aaa.ext
02 - filename aaa.ext
03 - filename ccc.ext
I am using the following action:
Rename with pattern: [date created] ~[source folder][name ⇔] ~[#][extension]
In the [name] field I have to set the following replace text patterns:
Replace 0 with (nothing)
Replace 1 with (nothing)
Replace 2 with (nothing)
Replace 3 with (nothing)
Replace 4 with (nothing)
Replace 5 with (nothing)
Replace 6 with (nothing)
Replace 7 with (nothing)
Replace 8 with (nothing)
Replace 9 with (nothing)
Replace (space)-(space) with (space)
In order to get the naming convention I desire. I contend that in these Pattern Replace Text fields it would be much easier to allow for the use of wildcard characters such that I could reduce the above complicated replacement code with one line of code such as the following:
Replace ??(space)-(space) with (space)
Unless, of course, I am missing something. If so, please advise.