
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 47
- Certificate No
- Assessments Yes
Curriculum
Curriculum
- 2 Sections
- 17 Lessons
- Lifetime
- Introduction7
- Expanding Knowledge13
- 2.0Symbols and Metacharacters
- 2.1Quantifiers
- 2.2Positional Characters
- 2.3Grouping and Backreferences
- 2.4Test10 Minutes1 Question
- 2.5Predefined Character Classes
- 2.6Case-Sensitive and Case-Insensitive Search
- 2.7Test10 Minutes1 Question
- 2.8How to Avoid the “Catastrophic Backtracking” Problem
- 2.9Tools and Resources for Working
- 2.10Analysis of Real Problems and Their Solutions Using Regular Expressions
- 2.11Regular Expression Tasks
- 2.12Solutions to Tasks