View Single Post
Old 02-22-2011, 04:25 AM   #2
ldolse
Wizard
ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.
 
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
You can use the search and replace feature to do something like this. You could try this for a start:
Code:
(?<=\b(s|a|v|z)\b)\s
Replace with:
Code:
&nbsp;
Edited - the original version was looking for a space before the letter instead of after.

Last edited by ldolse; 02-22-2011 at 04:28 AM.
ldolse is offline   Reply With Quote