Error deleting characters in the file name

Advanced Renamer forum
#1 : 22/11-15 13:56
John
John
Posts: 4
Hello
I do everything like on this website http://www.advancedrenamer.com/user_guide/regul ar_expresions
and the error pops up when I intercede \
http://oi65.tinypic.com/2wluhjc.jpg
What am I doing wrong?
With (\d+) too...


22/11-15 13:56 - edited 25/11-15 22:58
#2 : 24/11-15 17:07
Tester123
Tester123
Posts: 92
Reply to #1:

In your pic, you have the expression as:
(d+)(.*)

You are missing a slash before the d, so it should be:
(\d+)(.*)

You had it correctly written in your OP.


24/11-15 17:07
#3 : 24/11-15 20:02
John
John
Posts: 4
Sorry, you did not read to the end post.


24/11-15 20:02
#4 : 24/11-15 21:40
Tester123
Tester123
Posts: 92
Reply to #3:
Ah, that's what you meant. The missing 'o' on the 'to' made me think you were in the middle of a sentence.


24/11-15 21:40
#5 : 25/11-15 21:20
John
John
Posts: 4
Reply to #4:
I'm sorry my mistake. Just noticed


25/11-15 21:20
#6 : 28/11-15 09:34
Stefan
Stefan
Posts: 274
Reply to #1:
 
Since you want to do a replacement,... use Replace method.





 


28/11-15 09:34
#7 : 29/11-15 08:33
John
John
Posts: 4
Reply to #6:
It works. Thank you. But why there shows an error if the expression is correct?


29/11-15 08:33