I have a gdb of 50 polygon fcs named based on state abbreviation - ie: AR_HUC12, AL_HUC12, etc.
I have another gdb of polygon fcs also based on the same state abbreviation - ie: AR_wetlands, AL_wetlands.
I want to create a short scripts that loops through the second gdb and clips each of these fcs by the fc in the first gdb that has the same name. For example, I want to take the fc named AR_wetlands and clip it by the fc named AR_HUC12.
Is there a quick script that will do this? I am very much a beginner!