How/Can multiple Internal Commands be strung together? (just using "AND" ?)
I cannot find it noted in the documentation and wish to create a toolbar button that renames items.
Source: Rename (gpsoft.com.au)
So far I have a button that runs:
Rename FINDREP PATTERN="jones" TO="smith" REGEXP IGNOREEXT WHENEXISTS=ask
I wish to clean items to:
- replace two or more consecutive spaces with one space character
- replace "%20" with one space character
- replace "+" with one space character
Is the REGEXP method preferred in this situation?