Hi !
I have a textbox with some text and some new lines.
Is it possible to know how many lines are currently used ?
edit : how, a regex on \n, simple as this.
edit : no, it wasn't.
The regex works if the user has pressed enter to create a new line, but not if a new line is created automatically.
Any idea ?