+# Readme - Code Samples for Chapter 10, Strings and Regular ExpressionsThis 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* Visual Studio 2015 Update 2* .NET Core RC2* NuGet Extensions for Visual StudioPlease download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows). You will find an Visual Studio official MSI installer for .NET Core, and the NuGet Manager extension for Visual Studio. The current version of this sample is built with .NET Core RC2. When RTM is available, the sample code will be updated.For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)Thank you!
0 commit comments