Regular Expressions: Pocket Primer

  • 2h 25m
  • Oswald Campesato
  • Mercury Learning
  • 2019

As part of the bestselling Pocket Primer series, the goal of this book is to introduce readers to regular expressions in several technologies. It is intended for data scientists, data analysts, and others who want to understand regular expressions to perform various tasks. You will acquire an understanding of how to create an assortment of regular expressions, such as filtering data for strings containing uppercase or lowercase letters; matching integers, decimals, hexadecimal, and scientific numbers; and context-dependent pattern matching expressions. It includes REs with Python, R, bash, Perl, Java, and more. Companion files with source code are available for downloading from the publisher.

Features:

  • Uses REs with Python, R, bash, Java, and more
  • Packed with realistic examples and numerous commands
  • Assumes the reader has no prior experience, but the topic is covered comprehensively enough to teach a pro some new tricks
  • Includes companion files with all of the source code examples (download from the publisher)

ON THE COMPANION FILES

(available from the publisher for downloading)

  • Source code samples

About the Author

Oswald Campesato (San Francisco, CA) specializes in D3, Java, Android, and CSS3/SVG graphics. He is the author/co-author of twenty books including jQuery, CSS3, HTML5 for Mobile and Desktop Devices, and Python Pocket Primer (Mercury Learning).

In this Book

  • Introduction to Regular Expressions
  • Common Regex Tasks
  • REs in Python
  • Working with REs in R
  • Working with REs in Bash