Chapter 8. Strings and Regular Expressions

IN THIS CHAPTER

Strings are basic elements that you'll need in almost every kind of application. Because of the importance of strings, the Mono framework provides many classes and features for managing strings fast and efficiently.

Regular expressions are the perfect tool for finding patterns and special sequences of characters. Whenever it's necessary to look for something that isn't defined properly but is fuzzy, regular expressions might provide the right solution.

In this chapter, it's time to have a look at strings and regular expressions.

Get Mono Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.