Find and replace selective broken words - highlights last chapter word
First of all, I apologize for my English.
I have 2 problems that I would like to solve with regex:
1) Can I replace all the broken words (for example: hou-se), except for a list of words to ignore (for example: hang-up)?
2) How can I highlight only the last word of a paragraph?
I tried with "\ s \ w +. </ p>" but unfortunately does not see special characters, such as "à" or "»"
thanks
Last edited by brunello; 05-25-2014 at 02:34 PM.
|