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
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Sufficient (75.0%) |
- |
Sufficient (75.0%) |
- |
- |
Not sure (56.7%) |
850 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.