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
VBScript for displaying file attributes in command prompt?
Will 6GB pagefile size makes sense on windows 2008 32 bit OS ?
Adding value to be part of file name
dropdown list that passes to php var
Sql Query
Windows 7 Logon Script - Permission Errors - Route Add etc
Excel 2010 text to columns formulae
SQL Server 2005 Casting behaviour
Sending 'Test' Messages
Touch controls for Windows Mobile / C# / .NET Compact Framework?