I have been trying to format a striaght line of data, which is retrieved from the database as blob type.
data looks like this, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa".
I want to insert a <br> or "\n", every 20 characters. Is there any possible way to do this?