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 Specify What Websites can run ActiveX?
Trouble deploying SharePoint feature - "Root Element is missing"
facebook - others in profile
server 08 std drive size problem
Need to speed up authentication of MS SQL Server database records using VB5
Windows 7 installed application, creates file in program files directory
What is the best practice to EXCLUDE vpn clients from using the WSUS?
c# parse isoDateTime
How to create PDF files from .Net application without needing Acrobat installed
php how can I put one fill more in this code