Hi - I would like to use a dynamic rename tool to rename all my fields. All my fields begin with a number and then a string. I would like to remove all the beginning numbers. I believe this can be accomplished with a simple regex rename but unsure of the exact expression. Please advise. Thanks!
Before:
01 Building
02 Property
120 Apartment
1030 Hotel
After:
Building
Property
Apartment
Hotel
Solved! Go to Solution.