Created
November 29, 2015 14:28
-
-
Save chensoren/eb0cef90db3733bf6bc4 to your computer and use it in GitHub Desktop.
Revisions
-
chensoren revised this gist
Nov 29, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ 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") -
chensoren created this gist
Nov 29, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #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")