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
|
|
| Name: |
highlighting_skipphtml |
| Base name: |
highlighting |
| Description: |
Highlight words of text in HTML |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1148 users |
| All time rank: |
2864 |
| Week users: |
0 users |
| Week rank: |
2076  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Sufficient (75.0%) |
- |
Sufficient (75.0%) |
- |
- |
Not sure (56.7%) |
1055 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|