TTextHighlighter Samples

Highlighting PHP statements:
<?php
$str = 'one|two|three|four';
// will output an array
print_r(explode('|', $str, 2));
Highlighting control rendering results:
<span>this is a label</span>