
Overview
Regular expressions are a powerful tool that every developer or data analyst should have in their arsenal. This course will provide you with the necessary knowledge and skills to begin your journey into the world of regular expressions with confidence and interest. What you will learn:
- What regular expressions are and in which tasks they can be useful.
- The basics of regular expression syntax: character classes, quantifiers, positional characters, and other elements.
- How to create and use groups to extract information from text.
- Application of regular expressions in various programming languages with practical examples.
- Use of online tools for debugging and testing regular expressions.
Course Features
- Lectures 17
- Quizzes 3
- Duration Lifetime access
- Skill level Beginner
- Language English
- Students 49
- Certificate No
- Assessments Yes
Curriculum
Curriculum
- 2 Sections
- 17 Lessons
- Lifetime
- Introduction7
- Expanding Knowledge13
- 2.1Symbols and Metacharacters
- 2.2Quantifiers
- 2.3Positional Characters
- 2.4Grouping and Backreferences
- 2.5Test1 Question
- 2.6Predefined Character Classes
- 2.7Case-Sensitive and Case-Insensitive Search
- 2.8Test1 Question
- 2.9How to Avoid the “Catastrophic Backtracking” Problem
- 2.10Tools and Resources for Working
- 2.11Analysis of Real Problems and Their Solutions Using Regular Expressions
- 2.12Regular Expression Tasks
- 2.13Solutions to Tasks