Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

Contents: — Why? — Multiline Strings — Collections — Substrings / Slices — Unicode

Slide 3

Slide 3 text

Why?

Slide 4

Slide 4 text

Multiline Strings Remember this? let myString = "If i want to show newlines \nI need to do it like \nthis or even with \ttabs" // If i want to show newlines // I need to do it like // this or even with // tabs Never again.

Slide 5

Slide 5 text

Multiline Strings The future is here! (demo)

Slide 6

Slide 6 text

Collections Remember this? let stringCount = "Awesomeness".characters.count // 11 Never again.

Slide 7

Slide 7 text

Collections The future is here! (demo)

Slide 8

Slide 8 text

Substrings demo

Slide 9

Slide 9 text

Unicode demo

Slide 10

Slide 10 text

The end Thank you :)