Hello, I am pretty new with using python in Pro. I need to modify feature class output names as they are being generated, or after they are created.
I have a list of features in a feature dataset (since this is a list, I am assuming using listFeatureClass, for loop, and f strings is how I cycle through the layers)
EX_feature1
EX_feature2
EX_feature3
I want to remove the "EX_" from the feature class name and add "TR" in its place.
Is this a strip function? can that be applied to fc names? Thanks in advance!