Microsoft
Software
Hardware
Network
Question : perl, strip spaces and double quote character at beginning and at the end of a string
How do I strip spaces and double quote character at beginning and at the end of a string, if the double quote exist?
$string1 = "\"my string1\""; # => to "my string1"
$string2 = " \" my string2 \" "; #=> to " mystring2 "
Answer : perl, strip spaces and double quote character at beginning and at the end of a string
Please try this:
s/(^\s*")|("\s*$)//g;
Random Solutions
httprequest in Php
Forest functional level issue when trying to install Exchange Server 2010
SBS 2008 reporting shows wrong amount of sent emails
namespace question
2 factor authentication
Cisco Switch not configured with TACACS asks for username?
PIX 515 to ASA 5505 VPN tunnel problems...
Interpreting Outlook Log File
How do i stop computer from crashing with code Ox0000001A
PHP error handling, how to add error text to html