I have a string: Something 8:45 foo bar foo bar at 23:50
How to highlight and mark with <b> tag all time combinations in string like 8:45 and 23:50?
As a result I want to have Something <b>8:45</b> foo bar foo bar at <b>23:50</b>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this:
Identify hours and replace each one with
<b>hour<b>