I am looping a row which has long characters (long sentence). As you can see I put a "-
" at the end of the chunk split for proper sentence breaks. I am just wondering why does it show a "-" at the last end of the string?
<td valign="top">'.chunk_split($row['interventions'],20,"-<br>").'</td>
`? – lemonsss Apr 21 '18 at 04:55