Frequently asked question
Yes, the Find and Replace tool is available in ArcGIS Pro 2.5 and later.
However, for earlier versions of ArcGIS Pro, the .replace() function in the Calculate Field tool is an alternative solution to search and replace field values in an attribute table.
The following instructions explain how to replace the values of a field in the attribute table using the .replace() function.
replace(!FieldName!)
import re def replace(val): return re.sub ('OLDVALUE', 'NEWVALUE', val)
Get help from ArcGIS experts
Download the Esri Support App