Subject: | |
From: | |
Reply To: | |
Date: | Fri, 25 Sep 2015 10:24:50 -0400 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
Hi! It seems I can not regex the following:
=100 \\$aAlegre Mauricio
with the following:
(=100.{4})(\$a)(.*[a-zA-Z])( )(.*[a-zA-Z])$
I validated first to make sure it only capture the data I need to regex, however the regex also captures below:
=100 \\$aVentura Sylvia Mendez
which is not what I wanted to. I wanted to put a comma (,) between the Last Name and First Name in this regex, however, since the regex did not work, I can not proceed. Can somebody lead me to what I'm missing. And also is there a cheat sheet available to look at to for MARCEdit's regex?
Thanks in advance and have a nice day!
________________________________________________________________________
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]
|
|
|