Good morning.
I am not real savvy with field calculator. We have a couple fields that contain service address information. Someone opted to add additional information enclosed by parentheses in this field. I need to remove the parentheses and data within. Any advice or suggestions appreciated.
Thanks
Terry
Dan,
Actually James's regex gets all the string(s) between the ()s. RegEx is very powerful for stuff like this.
yes, I used to use them, but they changed in python 3.x so I just lost track of what applied to where