I have a set of files, in folders that I want to rename. The format is:
lesson1
lesson2
.....
lesson11
lesson99
lesson100
lesson130
When I sort in Windows, the order is my string, so is not correct(example):
lesson1
lesson100
I want to become (rename):
_001_lesson
_010_lesson
How do I catch/split the numbering part at the end from the string 'lesson' ?
also a more complex case when the string is not fixed(as lesson):
title abc1
title def2
title acr 3