We will be exploring today ‘Manipulating Strings’ in many aspects. Escape double quotes Accessing a specific character StartsWith(), EndsWith(), Contains() Check to see if a given string has a set of characters beginning , end or somewhere inside Return true/false IndexOf() Find the index for one string inside of another string Insert(), Remove() Insert: addContinueContinue reading “C# – Manipulating Strings”