aaaaa1bbbbb
ccccc2ddddd
eeeee3fffff
I want to remove all characters before numbers, after replacing file, it should look like
bbbbb
ddddd
fffff
In Find and Replace
dialog box enter these values:
Find what
: ^[a-z]+[0-9]
Replace with
: Do not enter anythingRegular Expression
checkbox.Replace All