
Regular expressions help users and developers to find and manipulate text more effectively and efficiently. In addition, regular expressions are supported by many scripting languages, programming languages, and databases. This example-rich tutorial helps debunk the traditional reputation of regular expressions as being cryptic. It explains the various parts of a regular expression pattern, what those parts mean, how to use them, and common pitfalls to avoid when writing regular expressions.
With chapters on using regular expressions with popular Windows platform software including databases, cross platform scripting languages, and programming languages, you'll learn to make effective use of the power provided by regular expressions once you fully comprehend their strengths and potential.
What you will learn from this book
Who this book is for
This book is for developers who need to manipulate text but are new to regular expressions. Some basic programming or scripting experience is useful but not required.