I have one list and one string from database like "email update daily".Now if list contain any word which is in string that word should be bold displayed.for example if list contain update
so the user should see like this email <b>update</b> daily.how to do this?



