Created
November 29, 2015 14:28
-
-
Save ericchen/eb0cef90db3733bf6bc4 to your computer and use it in GitHub Desktop.
在textarea里面正确显示换行
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#need replace with double quote instead of single quote | |
test_string <<EOF | |
Specifications:\n Brand: Brand new and high quality\n Style: Sexy black lace mask\n\nItem Description\n 1. Suit for all kinds of occasion like party and Halloween.\n 2. Matching your clothes well.\n\nPackage Includes\n1 x Masquerade Mask | |
EOF | |
test_string.gsub(/(\\r\\n)|\\n/, "\n") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment