Android Question Find line return in edittext

tsteward

Well-Known Member
Licensed User
Longtime User
How can I find a line return in a string returned from an edittext and replace it with characters "<br>"
 

MarkusR

Well-Known Member
Licensed User
Longtime User
btw the CRLF is just a single char constant. (not CR)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
if you enter a multiline text in a multiline-edittext the lines are splitted by CRLF (single char).
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
yes by Line Feed
 
Upvote 0
Top