Remove ALL Before Count

Advanced Renamer forum
#1 : 01/08-18 02:58
buzz
buzz
Posts: 1
Hi, new to AR, love this prog. Thanks

Feel like a numskull right now, but I have a simple thing which I can't seem to do.

File : ********* 1111111.pdf (any number of char, space, seven digits.pdf)

I want to keep the seven digits.

I have tried Remove backwards from 8, but how do I not have to specify the number of chars to remove? Just want them all gone.

Thanks guys.


01/08-18 02:58
#2 : 01/08-18 04:55
Domi
Domi
Posts: 27
Reply to #1:
Quick answer without test:
Use Replace, check regular expression,
1. field type without quotes ".*(\d{7})"
2. replace with: "\1"


01/08-18 04:55
#3 : 01/08-18 20:53
joci
joci
Posts: 11
Reply to #2:
or
USE : Method NEW NAME
New Name = <word:2>


01/08-18 20:53