Is there a way to bulk delete all the number in the layer name with rename layer feature?

Is there a way to bulk delete all the number in the layer name with rename layer feature?
Best answer by y_toku
Hi
If you want to remove only digits, how about \d+
for Match field? The underscores still remain in this case.
Alternatively, if you want to remove everything before names like "apple" (including any leading underscores and digits), try this pattern:
^[_]*\d+[_]*
I hope this works!
Thanks,
Toku
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.