How to split HTML textarea element into array of lines in Java
feedback
|
|
If you mean Java and not Javascript (assuming you have a JSP system):
or
Edited down: For javascript:
| |||||||||
feedback
|
|
In Java, get the text and pass it to a method like:
| |||
|
feedback
|