Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

bash escape double quote windows batch

# inside double-quoted strings, to escape double-quotes, use
	`" 
# or 
	"" 
# inside single-quoted strings, to escape single-quotes, use 
	'' 
Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #bash #escape #double #quote #windows #batch
ADD COMMENT
Topic
Name
3+7 =