Chapter three finished, Searching, Modifying, and Encoding Text.
- Enhance the text handling capabilities of a .NET Framework application, and search, modify, and control text within a .NET Framework application by using regular expressions.
- StringBuilder class
- Regex class
- Match class and MatchCollection class
- Group class and GroupCollection class
- Encode text by using Encoding classes
- Decode text by using Decoding classes
- Capture class and CaptureCollection class
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.
How are your studies coming along? I'm a bit bogged down in the chapter on collections.
Chapter 4, collections and generics, specialized collections :p
Had a lot of other things in between again ;)