I have a java string, which has a variable length.
I need to put the piece '<br>' into the string, say each 10 characters.
For example this is my string:
`this is my string which I need to modify...I love stackoverlow:)`
How can I obtain this string?:
`this is my<br> string wh<br>ich I nee<br>d to modif<br>y...I love<br> stackover<br>flow:)`
Thanks
Something like: