I am working with text area and having following requirement
1).only 80 char should be in each line.
2). after completion of 80 char caret should move to new line.
3). and one more point if 78th char is space and next
word having 5 char so total count of char of line will be more than 80 char so this word should be in next line.
does anyone has done this before. looking for response.