16.1 Introduction
16.2 Fundamentals of Characters and Strings
16.3 String Constructors
16.4 String Indexer, Length Property and CopyTo Method
16.5 Comparing Strings
16.6 Locating Characters and Substrings in Strings
16.7 Extracting Substrings from Strings
16.8 Concatenating Strings
16.9 Miscellaneous String Methods
16.10 Class StringBuilder
16.11 Length and Capacity Properties, EnsureCapacity Method and Indexer of Class StringBuilder
16.12 Append and AppendFormat Methods of Class StringBuilder
16.13 Insert, Remove and Replace Methods of Class StringBuilder
16.14 Char Methods
16.15 Card Shuffling and Dealing Simulation
16.16 Regular Expressions and Class Regex
16.16.1 Regular Expression Example
16.16.2 Validating User Input with Regular Expressions
16.16.3 Regex methods Replace and Split
16.17 Wrap-Up