I know nothing on scripts- learning as I go, I have a point shp file that has a column named SUFFIX in the column the words are spelled out AVENUE, ROAD, STREET, SQUARE and so on. Therefore I'm using the simple format individually for each word.. gets the job done but would like to do a big batch or all of them at the same time I have not found a format that would string them together. If someone can give me a field calculator string or arcpy with a few lines I can build out from there.
!SUFFIX!.replace("ROAD","Rd")
!SUFFIX!.replace("AVENUE","Ave")
!SUFFIX!.replace("BOULEVARD","Blvd")
!SUFFIX!.replace("CRESCENT","Cres")
