Skip to content

PacktPublishing/Hands-On-Java-Regular-Expressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Hands-On Java Regular Expressions [Video]

This is the code repository for Hands-On Java Regular Expressions [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Regular expressions (Regex) are specially encoded text strings, which are used as patterns for matching sets of strings. The search pattern can be anything from a simple character, a fixed string, or a complex expression containing special characters describing the pattern. IT can also be used to search, edit, and manipulate text.

This course will help you get up and running with Regular expressions in Java 12. You’ll begin with the basics of Regular Expressions (Regex), which covers the topics with a hands-on approach. We’ll also cover the prerequisites required such as JUnit. With the help of practical Java Regex examples, get complete insights into the rules to write regular expressions. You will use regular expressions with String methods and cover Pattern and Matcher for advanced regular expressions.

By the end of the course, you’ll be able to master Regular Expressions with Java 12 Regex API.

What You Will Learn

  • Use Java Regular Expression Matcher API and Pattern API
  • Implement Regex by leveraging the available Pattern Classes
  • Creating complex character groups using Capturing Groups
  • Make your Regex to match the number of occurrences using Quantifiers
  • Leverage Boundry Matchers to match words in a specific place of text
  • Solve complex matching problems with Matcher Class Methods
  • Create fast and efficient regular expressions

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:
This course is for those who want to learn to use Regular expressions such as Regex in Java 12. Prior knowledge of the Java language is assumed.

Technical Requirements

This course has the following software requirements:
TECHNICAL REQUIREMENTS This course has the following software requirements: • IntelliJ IDEA • Java JDK 8 or later • Scala SDK This course has been tested on the following system configuration: • OS: MacOSX • Processor: I7 2.8 • Memory: 16GB • Hard Disk Space: 200MB • Video Card: 256MB Video Memory

Related Products

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages