1
Good evening, everyone. I have a problem which is this::
I need to remove the tag '<br>
' at the end of the data in my database (Postgresql), due to the text editor that puts automatically.
I couldn’t create anything capable of doing that, but I imagine if I check the presence of that tag and delete it before displaying it would work (talking is easier than doing, isn’t it? haha)
Anyway, thanks in advance!
The
<br>
only appears at the end?– rray
Depends, @rray. Sporadically there may be some in the middle of the string. But what I want to delete is the one at the end.
– Léo Eduardo Silva
Bank end? Or "value" end of a specific column?
– Guilherme Nascimento
the <br> appears at the end of all fields of a table, because I entered this data through a text editor that puts these <br> at the end of each value, understood?
– Léo Eduardo Silva