YoVDO

Java Fundamentals: The Regular Expressions Playbook

Offered By: Pluralsight

Tags

Java Courses Regular Expressions Courses Parsing Courses

Course Description

Overview

Regular Expressions provide a concise language for validating, parsing, and extracting text. This course will teach you the full regex syntax supported in Java, as well as the special Java regex class support, with many examples.

As technology advances, there are ever more use cases requiring text validation, parsing, and extraction. The old school way was to hack a solution in the target programming language, but this is brittle and leads to arcane code. In this course, Java Fundamentals: The Regular Expressions Playbook, you will learn all of the regular expressions syntax supported in Java. First, you learn about literals for matching and quantifiers for specifying repeat counts. Next, you will discover the special Java class support for text processing. Finally, you will explore advanced techniques for creating and deciphering regular expressions and a brief survey of some popular frameworks that depend on Regex. When you are finished with this course, you will have all of the knowledge you need to validate and process text using regular expressions in Java.

Topics:
  • Course Overview
  • Introducing Regular Expressions
  • Text Processing in Java with RegEx
  • Matching via Character Classes
  • Using Quantifiers to Express Counts of Characters
  • Capture Groups
  • Anchors and Boundaries
  • The Java Regex Pattern and Matcher Classes
  • Regular Expressions in Real Life

Taught by

Victor Grazi

Related Courses

Design of Computer Programs
Stanford University via Udacity
Programming Languages
University of Virginia via Udacity
Data Structures and Performance
University of California, San Diego via Coursera
Introducción a Data Science: Programación Estadística con R
Universidad Nacional Autónoma de México via Coursera
Applied Text Mining in Python
University of Michigan via Coursera