How to count the number of lines with text in the input box?

similar to the function shown in the following figure, blank lines can be ignored, and the number of lines can be counted regardless of whether they are pasted or typed.


value.trim().split(/\r?\n\s*/).length

str.match(/^\s*\S/mg).length
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b0f4-2b9de.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b0f4-2b9de.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?