Subject: | |
From: | |
Reply To: | |
Date: | Fri, 28 Mar 2014 16:03:03 +0000 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
You can do a Find/Replace with RegEx checked.
Look for:
(=1.+)\.$
Replace with:
$1
What this does: looks for all fields that begin with "=1" captures the whole value except for the final period, then replaces with the captured expression.
--Ben
Benjamin Abrahamse
Cataloging Coordinator
Acquisitions and Discovery Enhancement
MIT Libraries
617-253-7137
-----Original Message-----
From: MarcEdit support in technical and instructional matters [mailto:[log in to unmask]] On Behalf Of Eugene Espinoza
Sent: Friday, March 28, 2014 11:47 AM
To: [log in to unmask]
Subject: [MARCEDIT-L] Remove period at the end of 1XX to records that are not Middle Initial
Hello all! I want to remove the period to all data in 1XX fields of my records which are not middle initials. Sample is this "100 \\$aSalvador, Germaine Angelica."
However, I want to mass delete the period/full stop at the end. How do I do that automatically in regex? Thanks in advance!
________________________________________________________________________
This message comes to you via MARCEDIT-L, a Listserv(R) list for technical and instructional support in MarcEdit. If you wish to communicate directly with the list owners, write to [log in to unmask] To unsubscribe, send a message "SIGNOFF MARCEDIT-L" to [log in to unmask]
________________________________________________________________________
This message comes to you via MARCEDIT-L, a Listserv(R) list for technical and instructional support in MarcEdit. If you wish to communicate directly with the list owners, write to [log in to unmask] To unsubscribe, send a message "SIGNOFF MARCEDIT-L" to [log in to unmask]
|
|
|