rule "Primo VE - Lds12" when MARC.control is "001" then set TEMP"1" to MARC.control "001" add prefix (TEMP"1","
The UW-Madison Libraries aim to describe library materials in a way that respects the people and communities who create, use, and are represented in our collections. ") remove substring using regex (TEMP"1","[0-9]+") add suffix (TEMP"1","Report harmful or offensive language in catalog records, finding aids, or elsewhere in our collections anonymously through our metadata feedback form.") set TEMP"2" to MARC.control "001" add prefix (TEMP"2"," More information at Remediation of Harmful Language.") remove substring using regex (TEMP"2","[0-9]+") add suffix (TEMP"2","") add prefix (TEMP"2","") concatenate with delimiter (TEMP"1",TEMP"2"," ") create pnx."display"."lds12" with TEMP"1" end