00 Votes
Rename many Folders: A.B.C-123 to ABC_123
Question by Guest | 2019-03-07 at 16:21
I would like to rename folders named "A.E.M-123" to "AEM_123" with the File Renamer. Again, I have hundreds of them. Is there an uncomplicated solution?
ReplyPositiveNegative
Reply
Related Topics
Change uppercase and lowercase Writing of multiple Files
Tutorial | 0 Comments
Rename Files according to Folder Name
Question | 1 Answer
File Renamer: Warning - Name is already used by existing file
Question | 1 Answer
MySQL: Rename Name of a Database
Tip | 0 Comments
Rename File to its Folder Name
Tutorial | 0 Comments
How to rename Project in Eclipse
Tip | 0 Comments
FasterFiles Release
Blog | 0 Comments
Important Note
Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.
Participate
Ask your own question or write your own article on askingbox.com. That’s how it’s done.
If the filenames are named A.E.M-123, A.E.M-78, A.E.M-589 etc and should be renamed to AEM_123, AEM_78, AEM_589 etc, you can use the following in the Find and Replace function:
The regular expression [0-9]+ matches any digits.
2019-03-07 at 23:43