Hi I have the data as "\r\n<li>creating extension packages</li>\r\n<li>deployment</li>".I have created web view and in html i passed the above data.But while displaying it shows the data with "\r\n".Which looks very bad.... Anybody knows how to remove the \r\n from the data.since i have lots of data including the \r\n... Thank you
1 Answer
hi,
you can replace it with replace function of the string or by usingregular expression
Your Answer
Think you can help? Login to answer this question!