Thread
:
Is it possible to define rules for non break space?
View Single Post
02-22-2011, 04:25 AM
#
2
ldolse
Wizard
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:
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
View Public Profile
Find More Posts by ldolse
Track Posts by ldolse via RSS