Looking at Ruby strings it seems not. They have at least two special syntaxes: escaping and interpolation. They seem to have some weird "<<-" thing to, so that's another special thing. That's at least three things so far. Oh, and %q strings is a thing. Four things.
Swift has just 1 string.