Reputation: 59
aaaaa1bbbbb
ccccc2ddddd
eeeee3fffff
I want to remove all characters before numbers, after replacing file, it should look like
bbbbb
ddddd
fffff
Upvotes: 1
Views: 1068
Reputation: 5329
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
Upvotes: 1