Intro to Programming (C#) - Part 2: String Manipulation

preview_player
Показать описание
I show you how to create string variables and do string manipulation using various common methods in the String class.

0:00 Intro
0:29 Comments
1:29 Create string variables
3:14 Equality operator
4:22 Equals method
5:22 Length property
5:47 String indices
5:58 IndexOf method
6:28 LastIndexOf method
6:54 Retrieve a character at a specific index
7:13 Compare method
8:18 Concatenation w/ addition operator
8:53 Concatenation w/ Concat method
9:27 Format method
10:10 String interpolation
11:03 Contains method
11:46 StartsWith method
12:00 EndsWith method
12:08 IsNullOrEmpty method
12:35 IsNullOrWhiteSpace method
13:11 Split method
14:42 Join method
15:52 Remove method
16:04 Replace method
16:35 Substring method
17:23 ToLower method
17:41 ToUpper method
17:46 Trim method
18:13 TrimStart method
18:18 TrimEnd method
18:24 Read a line from console to a string variable
19:09 Outro

#CSharp #programming #coding #tutorial
Рекомендации по теме