<?php
$text = '12345678901234567890 12345678901234567890123456789012345678901234567890123456789012345_test_1234567890123456789012345678901234567890 ';
$keys = 'test';
print search_excerpt($keys, $text);
?>
this example returns '... ...' snippet
<?php
$text = '12345678901234567890 12345678901234567890123456789012345678901234567890123456789012345_test_1234567890123456789012345678901234567890 ';
$keys = 'test';
print search_excerpt($keys, $text);
?>
this example returns '... ...' snippet