Remove all characters before first two underscores

Advanced Renamer forum
#1 : 03/04-18 04:26
Patrik
Patrik
Posts: 3
Hi! I tried everything, without success.

some samples:

album392220242_0_392220242_456239144 - XcPSjYTp12c.jpg
album392220242_00_392220242_456239145 - mBDC8sgJLbQ.jpg
album-23408047_234945361_-23408047_427970753 - zKk3OXax4wo.jpg

so it should look like:

392220242_456239144 - XcPSjYTp12c.jpg
392220242_456239145 - mBDC8sgJLbQ.jpg
-23408047_427970753 - zKk3OXax4wo.jpg


03/04-18 04:26 - edited 03/04-18 12:14
#2 : 03/04-18 12:11
Mark
Mark
Posts: 175
Reply to #1:
The number of characters you want removed is different between the 3 examples, while the number left are all the same.

Is this actually the case?

If so, then a simple use of 2 methods would do the trick ....


03/04-18 12:11
#3 : 03/04-18 12:24
Patrik
Patrik
Posts: 3
Reply to #2:

Sorry, I fixed a mistake in the title, it's before and not after.

The remaining number also vary in character size, unfortunately I can not remove using "Remove".


03/04-18 12:24
#4 : 03/04-18 12:58
Patrik
Patrik
Posts: 3
I was able to remove using "Grouping"
https://www.advancedrenamer.com/user_guide/regul ar_expresions

(album)(\d+)(_)(\d+)(_)
and
(album)-(\d+)(_)(\d+)(_)

https://i.imgur.com/sphHbGS.png

I think it's all right now. :)


03/04-18 12:58 - edited 03/04-18 13:00