I have the hyperlinks displayed using php as
<a href="<?php echo $object->property; ?>"><?php echo $object->property; ?></a>
The $object-> property returns results on multiple lines separated by semicolon
How can i get the results to get displayed without the semicolon
You can user str_replace