IOS, Swift 5, Theory, Tutorial, #03 P4 Strings & Characters - Unicode , Counting Characters, Access

preview_player
Показать описание
Welcome to Theory, Tutorial, #03 : Strings and Characters
Level : Beginners

A string is a series of characters, such as "hello, world" or "albatross". Swift strings are represented by the String type. The contents of a String can be accessed in various ways, including as a collection of Character values.
Swift’s String and Character types provide a fast, Unicode-compliant way to work with text in your code. The syntax for string creation and manipulation is lightweight and readable, with a string literal syntax that is similar to C. String concatenation is as simple as combining two strings with the + operator, and string mutability is managed by choosing between a constant or a variable, just like any other value in Swift. You can also use strings to insert constants, variables, literals, and expressions into longer strings, in a process known as string interpolation. This makes it easy to create custom string values for display, storage, and printing.
Despite this simplicity of syntax, Swift’s String type is a fast, modern string implementation. Every string is composed of encoding-independent Unicode characters, and provides support for accessing those characters in various Unicode representations.

You will be learning Strings, Characters, UTF-8 Representation, UTF-16 Representation, Unicode Scalar Representation, and Swift Theory

This Project Source Code :
licensed under Creative Commons

::::: ATTN :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Also For better search in Youtube channel you can go to "SwiftVillage" Blog here :
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Wish the Best For you :)

IOS, Swift, Theory, Tutorial, Tricks, programmatically , Xcode , IOS 11+, Swift 4+, Beginners, Tutorial , intermediate , senior , IOS 11, Swift 4, iOS 12, swift 4.2,
Strings, Characters, UTF-8 Representation, UTF-16 Representation, Unicode Scalar Representation,

References & Related links :
Рекомендации по теме
visit shbcf.ru