View Single Post
Old 03-25-2013, 02:03 PM   #1
ElMiko
Addict
ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.
 
ElMiko's Avatar
 
Posts: 320
Karma: 56788
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