Complete Regular Expressions Bootcamp – Go from zero to hero

Complete Regular Expressions Bootcamp – Go from zero to hero

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 4 Hours | 325 MB

Learn Regular Expressions (Regex) for Javascript Python PHP PERL Ruby Unix etc with Exercises Step by Step and Easy way

Hello and Welcome to the complete Regular Expressions Bootcamp – Learn how to use Regular Expression or regex from scratch. This course will help you to go from zero to hero in Regex for all Programming languages.

Regular Expressions are made easy so that everyone can understand with examples. If you are a student or office worker, learn the skill with in a day or a few days depending on your schedule.

This course is designed such that you learn Regular Expressions efficiently and FAST with logic and philosophy of regex. You don’t have to copy regex code but you learn the skill its idea and application.

Complex topics like Assertions, lookaround lookahead and lookbehind simplified so that everyone can understand.

What Will I Learn?

  • You will learn about Regular Expressions, their logic and philosophy
  • You will be able to use Regular Expressions and understand it
  • Able to work with data, search and match information required
  • Learn a skill needed by all who use Computer
  • Programmers will save time and write better code
Table of Contents

Introduction
1 Introduction
2 What is a Regular Expression Flavors and Tools

Regular Expressions Basics I
3 Regular Expression Syntax
4 Literal Characters
5 Modes
6 Metacharacters
7 Metacharacters II
8 Escaping a Metacharacter
9 Excercise for Section 2
10 Solution Exercise for Section 2

Regular Expressions Basics II
11 More Metacharacters
12 Wild Card or period
13 Non Printable Characters
14 Exercise for Section 3
15 Solution Excercise for Section 3

Character Sets
16 Character Set or Character Class
17 Character Range
18 Negating a Character Set
19 Metacharacter inside Character Set
20 Shorthand Character Classes
21 Exercise for Section 4
22 Solution Exercise for Section 4

Repetition with Quantifiers
23 Quantifiers
24 Limiting Repetition
25 Greedy Nature
26 Lazy Regex
27 Exercise for Section 5
28 Solution Exercise for Section 5

Anchors and Boundaries
29 Anchors
30 Boundary

Groups and Backreferencing
31 Groups capturing and backreferencing
32 Alternation
33 Nested alternation
34 Non Capturing groups

Assertions – Lookaround
35 Lookaround Assertions
36 Positive Lookahead Assertion
37 Negative Lookahead Assertion
38 Positive Lookbehind Assertion
39 Negative Lookbehind Assertion

Regex Problem Solving Technique with Examples
40 Dates
41 Postal Zip Codes
42 IP Addresses