Quote:
Originally Posted by Starson17
You're welcome.
If you understand the regex, you'll note that you can get rid of these: "[_ ]" and replace with a simple space. I just put that in to be bit more clear. Also, note the non-greedy selector in the ISBN.
|
Oh I didn't even think of simply replacing those with the spaces! I was so hung up on putting something there to parse those underscores!
Thanks for that reminder. I'll know better next time.