I have a paragraph of text which has few words inside a special character like %word%. I want to color only these words of paragraph in red. Can I do this in pure css? If not what should be the regex for coloring it through jquery. Example:
<Html>
<head>
<style>
</style>
</head>
<body>
<div id="myelement">
Hi how do I color %this%?
</div>
</body>
</Html>