Thread: Regex examples
View Single Post
Old 05-25-2014, 10:46 AM   #359
brunello
Junior Member
brunello began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2014
Device: galaxy tab3 7''
Question 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.
brunello is offline   Reply With Quote