Skip to content

Latest commit

 

History

History
 
 

StringsAndRegularExpressions

Readme - Code Samples for Chapter 9, Strings and Regular Expressions

This chapter contains the following code samples:

  • StringSample (using string methods, StringBuilder)
  • StringFormats (date and number formats, defining a custom format, IFormattable)
  • RegularExpressionPlayground (using regularexpressions, Regex)

To build and run the .NET Core samples, please install one of these tools:

  • Visual Studio 2017 Update 5 with the .NET Core workload
  • Visual Studio for Mac
  • Visual Studio Code

Please download and install the tools from .NET Core downloads.

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.

Thank you!