Created
March 27, 2019 06:39
-
-
Save nhathm/fa7ca99211f5be1562bb5a5489492363 to your computer and use it in GitHub Desktop.
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 characters
let rawStringInSwift5 = #"This is a sample about backslash \ and quote mark " in Swift 5"# | |
// output: This is a sample about backslash \ and quote mark " in Swift 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment