hello i am using swift 3.0 ,i want something like this
"xxx\something.com"
how do i get that?, i wrote like this,
static let x = "xxx\something.com"
getting Invalid escape sequence in literal error.i did some workaround no luck please help
hello i am using swift 3.0 ,i want something like this
"xxx\something.com"
how do i get that?, i wrote like this,
static let x = "xxx\something.com"
getting Invalid escape sequence in literal error.i did some workaround no luck please help