Exam 70-536 - Searching, Modifying, and Encoding Text

Chapter three finished, Searching, Modifying, and Encoding Text.

Implementing globalization, drawing, and text manipulation functionality in a .NET Framework application

This is basically an explanation on what a Regex is, and how you can use it to match and manipulate strings with it.

Besides working with strings, it also deals with reading and writing them in different encodings.

This was quite a short chapter, with some basic knowledge for every developer.