HTML: highlighting_skipphtml
Bas Jobsen (contact me)
This class can be used to highlight words in of text in HTML.
Matches in the html tags will be skipped.
Example:
ereg_replace('image','<b>image</b>','<img src="image.gif">image.gif');
will give you:
<img src="<b>image</b>.gif"><b>image</b>.gif
using this class you will get:
<img src="image.gif"><b>image</b>.gif
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (83.3%)
| Sufficient (75.0%)
| -
| Sufficient (75.0%)
| -
| -
| Not sure (56.7%)
| 859 |
Click here for detailed information about this class on phpclasses.org