3v4l.org

run code in 500+ PHP versions simultaneously
<?php $string = 'An aim is a goal or objective Hotel in Canada to achieve in life. In order to succeed in life, one must have Hotel in, Canada a goal. My aim in life is to be a teacher. Teaching is a noble and responsible profession. I have come City Hotels to know that the ever-increasing misery and distress, are City, Hotels due to the ignorance and illiteracy City. Hotels of the people of our country. So I have decided to spread education among the masses Hotel. in Canada as much as possible within my humble power. As a teacher, I shall try my best to impart man-making education.'; $keywords = ['City Hotels', 'Hotel in Canada']; foreach ($keywords as $keyword) { $regex = preg_replace('/ +/', '[.,\s]+', preg_quote($keyword, '/')); $string = preg_replace("/\b$regex\b/iu", '**$0**', $string); } var_export($string);
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.7
'An aim is a goal or objective **Hotel in Canada** to achieve in life. In order to succeed in life, one must have **Hotel in, Canada** a goal. My aim in life is to be a teacher. Teaching is a noble and responsible profession. I have come **City Hotels** to know that the ever-increasing misery and distress, are **City, Hotels** due to the ignorance and illiteracy **City. Hotels** of the people of our country. So I have decided to spread education among the masses **Hotel. in Canada** as much as possible within my humble power. As a teacher, I shall try my best to impart man-making education.'

preferences:
87.22 ms | 1356 KiB | 4 Q