1. | Is Palindrome | | |
2. | create some strings | | |
3. | use the Concat() method to concatenate strings | | |
4. | use the addition operator (+) to concatenate strings | | |
5. | use the Copy() method to copy a string | | |
6. | use the Join() method to join strings | | |
7. | use the StartsWith() and EndsWith() methods to check if a string contains a specified substring at the start and end | | |
8. | use the Substring() method to retrieve substrings | | |
9. | use the Trim(), TrimStart(), and TrimEnd() methods to trim strings | | |
|
10. | use the PadLeft() and PadRight() methods to align strings | | |
11. | Decoding a Base64-encoded Binary | |  |
12. | From Base 64 Decode String | |  |
13. | Using Strings | | |
14. | Creating Strings | | |
15. | string: Changing Characters | |  |
16. | Removing Characters | |  |
17. | Padding Strings | |  |
18. | Joining Strings | |  |
19. | Extracting Substrings | |  |
20. | String Concatenation 2 | |  |
21. | Substring demo | |  |
22. | Trimming String Spaces | |  |
23. | Introduce string | |  |
24. | Some string operations | |  |
25. | Display the digits of an integer using words | |  |
26. | Use Substring() 1 | |  |
27. | A string can control a switch statement | |  |
28. | Illustrates the use of strings 1 | |  |
29. | String Manipulation | |  |
30. | String Manipulation Concatenate | |  |
31. | String copy | |  |
32. | String Copy, End With and Insert | |  |
33. | Demonstrate escape sequences in strings. | |  |
34. | Demonstrate verbatim literal strings | |  |
35. | Display a string in reverse by using recursion | |  |
36. | Demonstrate Concat() | |  |
37. | Demonstrate Concat() 2 | |  |
38. | Trimming and padding | |  |
39. | Use Substring() 2 | |  |
40. | Strings: Regular Expressions | |  |
41. | String Interning | |  |
42. | Lexical Details | |  |