Understanding Strings and Regular Expressions in C++, C#

Regardless of what type of data you’re working with or what kind of application you’re creating, you will undoubtedly need to work with strings. No matter how the data is stored, the end user always deals in human-readable text. As such, knowing how to work with strings is part of the essential knowledge that any .NET developer needs to make rich and compelling applications. In addition to showing you how to work with strings in the .NET Framework, this chapter will also introduce you to regular expressions. Also, Jeff Cogswell explains how to use regular expressions to simplify and enhance the power of your programmatic string searching, matching, and replacing.

14 Comments

  1. 2006-07-30 9:27 pm
  2. 2006-07-30 10:30 pm
    • 2006-07-30 10:33 pm
      • 2006-07-30 11:19 pm
        • 2006-07-31 6:45 am
  3. 2006-07-31 2:26 am
  4. 2006-07-31 2:27 am
  5. 2006-07-31 4:04 am
    • 2006-07-31 4:31 am
      • 2006-07-31 2:11 pm
        • 2006-07-31 7:04 pm
  6. 2006-07-31 4:43 am
  7. 2006-07-31 5:41 pm