








(21)
Your rating: Now say why...
New Features:





(31)


| Downloads:34,646 |
| Version Downloads:843 |
| Type:Utilities : File Management |
| License:Shareware |
| Date:12 Apr 2012 |
| Platform:Intel |
| Price: $10.00 |
Overall (Version 2.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
+1
+8
Tommy_b reviewed on 06 Apr 2011
I've been using it since it first came out.
Makes things so incredibly easy when trying to batch rename a bunch of stuff. And the advanced use examples/templates have been enormously helpful to in crafting more complex renaming actions as I have no clue about regular expressions.
And, gotta say, it's kinda neat to have the Finder window open where your files to be renamed are, click the button in Name Mangler so it executes the changes, and then watch all the file names change right before your eyes in a split second! (OK, yeah, I'm still easily awed by the wonders of simple computing.)
+138
Thyx reviewed on 02 Apr 2011
My major issue is/was that I need some more help to cope with just another RegEx dialect.
I haven't used it a lot, due to my limited needs … and then came the green-ink competitor kinda free with the bundle. So, guilt's the occasion, not the reason for this review.
-1
+23
azazel- reviewed on 07 Feb 2011
-1
+1
logfile.s123.uvwxyz.txt
All I really need is the middle part of the file name s123 and the extension .txt. The file name could be easily generated searching for the regular expression .*(d*).* and replacing it with 1 turning it into 123.txt
Unfortunately this software can not do that. It doesn’t make use of 1 in the replace string. Instead it just ignores the and writes a single digit 1.
+9
Textfile-name: logfile.s123.uvwxyz.txt
Advanced 1:
[concatenate
[findRegularExpression
"^D*" in
[findRegularExpression
"D*$"
in replace with ""
] replace with ""
]"."
]
Gives: 123.txt
(strips all non-digits from the name)
Advanced 2:
[concatenate
[findRegularExpression
"^w*." in
[findRegularExpression
".w+$"
in replace with ""
] replace with ""
]"."
]
Gives s123.txt
+3
+4
If the prefix and suffix (i.e., everything outside that middle part you want to keep) don't contain any further digits, one way to easily work around the greediness issue is to use the following query/replacement combo:
- query: [^d]*(d*)[^d]*
- replacement: $1
With the example you gave, this will indeed work--here's a screenshot: http://manytricks.com/sandbox/screenshots/macupdate-2010-12-09.png
+1
+4
Anyway, I'm afraid MacUpdate's comment system seems to have stripped the backslashes from my previous reply. Please refer to the screenshot for the actual query/replacement combo.
+1
+18
Now is an easy and fast job with Name Mangler. I'm very happy and satisfied. Tanks!
+2
+37
Big-Mac-XXL reviewed on 15 Jul 2010
+6
+20
Clakes reviewed on 02 Jun 2010
As someone noticed in competitor's board, it's a one trick pony.
True.
But in this case (and in most of the software I love) being a one-trick pony means "does that thing I want it to do / does it the best and most flexible way / does it in style".
Look no further.
+3
+19
truthhurts reviewed on 26 Mar 2010
One minor feature I'd love to see added is a way to store frequently used regex patterns. It does save the last one used, but I don't recall seeing any way to save several, like BBEdit for example.
-18
-27
Kobrasio reviewed on 25 Mar 2010
You can launch it 25 times before you have to shell out.
You can stick with 2.0 or use a FREEWARE.
Search macupdate for free renamer.
You can also search for another shareware which have much more features and works easier.
Try all before you pay 10 bucks for it!
+8
+721
+14
Anyone who donated for 2.0 gets a free 2.1 license, so those who supported the program get the update for free. Those who used 2.0 before and didn't donate are being asked to pay for this version -- just as they were asked to pay for all prior versions.
The main difference this time is that there's a nag screen that starts appearing after 25 uses -- no functionality is lost. If you've batch renamed files 25 times, clearly you find our product valuable.
-rob.
+34
+1
+264
Drdul reviewed on 23 Mar 2010
The $10 price is less than the price of similar apps, and IMO is a deal. I happily purchased a licence.
+7
Flobipro rated on 21 May 2012
Brandonjp rated on 08 Jun 2011
-3
craigfin74 rated on 12 Apr 2011
+211
Capitan rated on 24 Mar 2011
-1
Fae rated on 07 Jan 2011
-3
craigfin74 rated on 18 Dec 2010