I have to initialize string as \"Rose\" including Quotation Mark. How to write \" in our string?
In swift 5, you can write with a hashtag :
let raw = #"You can create "raw" strings in Swift 5."#
Output :
You can create "raw" strings in Swift 5.