Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introducing Regular Expressions (RE) by Practicing
Rating: 5.0 out of 5(1 rating)
16 students

Introducing Regular Expressions (RE) by Practicing

Learn and Practice Regular Expressions (RE) in your Day to Day Text/String Match Tasks
Created byXiaoqi Zhao
Last updated 11/2025
English

What you'll learn

  • Discover what regular expressions are and how they work
  • Learn using regular expressions in command-line tools as well as various programming languages
  • Practice methods for finding patterns in text, including digits, letters, Unicode characters, and string literals
  • Learn how to use zero-width assertions and lookarounds
  • Work with groups, backreferences, character classes, and quantifiers
  • Practice regular expressions to mark up plain text with HTML

Course content

11 sections45 lectures6h 55m total length
  • Opening and Introduction13:17

Requirements

  • No specific programming experience is required

Description

If you’re a programmer new to regular expressions, this easy-to-follow guide is a great place to start. You’ll learn the fundamentals step-by-step with the help of numerous examples, discovering first-hand how to match, extract, and transform text by matching specific words, characters, and patterns.

Regular expressions are an essential part of a programmer’s toolkit, available in various Unix utlilities as well as programming languages such as Perl, Java, JavaScript, and C#. When you’ve finished this book, you’ll be familiar with the most commonly used syntax in regular expressions, and you’ll understand how using them will save you considerable time.

  • Discover what regular expressions are and how they work

  • Learn many of the differences between regular expressions used with command-line tools and in various programming languages

  • Apply simple methods for finding patterns in text, including digits, letters, Unicode characters, and string literals

  • Learn how to use zero-width assertions and lookarounds

  • Work with groups, backreferences, character classes, and quantifiers

  • Use regular expressions to mark up plain text with HTML5

This course will base on the nice book, and shows you how to write Regular Expressions through examples.

The goals is to make learning regular expressions as easy as possible.

This is the foundation (or entry) course for this topic, feel free to check other related courses after you finish this one.

Who this course is for:

  • Programmers or technical professionals that expect to learn pattern match technics for strings/texts