Microsoft
Software
Hardware
Network
Question : Delete blank line from textarea
Hello Experts,
How to delete blank lines (first, on top of the document, and last, on the end, but at first check, there are blank lines or not).
Thanks
Answer : Delete blank line from textarea
http://programming-oneline
rs.blogspo
t.com/2006
/03/remove
-
blank-emp
ty-lines-p
hp-29.html
$blanksremoved = preg_replace("/(^[\r\n]*|[
\r\n]+)[\s
\t]*[\r\n]
+/", "\n", $_POST['txtrareaname']);
Random Solutions
How to modify this javascript to open links in a new window?
select * in view
Can I use SSIS within SQL Server 2008 Express?
How to redirect to other action by using MVC2 framework
Printing Problem
How to determine cygwin version?
Sharepoint 2007 - Workflows and Custom Event Handlers
SCCM Multiple Disks n OSD Deployment
Windows 7 Enterprise MAK activation erros
How to use onchange to enter value in another text field