View Single Post
Old 03-25-2013, 02:03 PM   #1
ElMiko
Evangelist
ElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileRead
 
ElMiko's Avatar
 
Posts: 473
Karma: 65460
Join Date: Jun 2011
Device: Kindle
Can you match a NON-character...?

I'm trying to correct, in bulk, omissions of apostrophes, such as: Im, cant, wont, couldnt.

Is there a way to match the non-space between "t" and the penultimate letter so i can simple insert an apostrophe as a replace value?

basically, i'm looking for the functional equivalent of:

Code:
(?<=\bI)[non-space, non-character](?=m\b)
ElMiko is offline   Reply With Quote