I'm new to reg exp and I searched for hours but am more confused now than before!
I have an xml file with thousands of lines, many containing examples like:-
Code: Select all
<b203>e-Study Guide for: Western Humanities, Complete by Roy Matthews, ISBN 9780073376622</b203>Code: Select all
<b203></b203>, ISBN 978??????????
leaving only, in this example:-
Code: Select all
<b203>e-Study Guide for: Western Humanities, Complete by Roy Matthews</b203>remove 20 char (numbers, letters, commas and whitespace) to the left of </b203>
would be the easiest way but I can’t find the reg exp for this.
Can anyone help please?
Thanks in advance
Dave