rule "Primo VE Marc - Lsr51" when MARC is "035"."a" AND MARC."035"."a" match ".*OCoLC.*" then set TEMP"1" to MARC."035"."a" remove string (TEMP"1",".OCoLC.") remove string (TEMP"1","(ocm)") remove string (TEMP"1","(ocn)") remove string (TEMP"1","(on)") remove substring using regex (TEMP"1","^0+(?!$)") create pnx."search"."lsr51" with TEMP"1" end