








(3)
Your rating: Now say why...





(3)


| Downloads:7,431 |
| Version Downloads:1,246 |
| Type:Utilities : File Management |
| License:Free |
| Date:29 Jul 2011 |
| Platform:PPC / Intel |
| Price:Free |
Overall (Version 3.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
+130
But It should work. If you have trouble, I will fix it as soon as possible
+1
+1
+2
Portbcv reviewed on 16 Apr 2011
-3
+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.
+398
+1
You can use references to strings which matches groups in the regular expression.
Use $1, $2 ... instead of 1, 2...
For your example, try following setting.
mode : regular expression
search for : D*(d+).*(.[^.]*)
replace with : $1$2
+41
Mutant reviewed on 05 Nov 2010
Thank you!
+42
+1
I will fix it as soon as possible.
+7
+1
Cantello rated on 06 Dec 2011