Master Regular Expressions from scratch - All languages

Go to class
Write Review

Free Online Course: Master Regular Expressions from scratch - All languages provided by Udemy is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Master Regular Expressions from scratch - All languages is taught by Hafiz Muhammad Faaz Ali.

Overview
  • Learn how to use Regular Expressions (regex) in all programming languages from scratch. Practice by creating 8 Regex.

    What you'll learn:

    • At the end of this course students will be able to use Regular Expressions
    • At the end of this course students will be able to use Regular Expressions inside any Programming Language
    • At the end of this course students will be able to understand Regular Expression syntax
    • Students will be able to write basic and advanced regular expressions for their applications

    Master Regular Expressions from Scratchis a hands-on course for all languages. Regular Expression content in this course is for most of the Regular Expression Engines. There are some differences in implementation of Regular Expressions in different languages. We will be using a JavaScript based Regular Expression Engine in this course but the core fundamentals and how regular expressions works remains the same everywhere.

    Regular Expressions are also called regex , regexp pluralized as regexes. We will be using regex throughout the course instead of Regular Expressions because it is easy to pronounce.

    Regular Expressions are all about text. All things such as email, news, text messages, code, contacts andarticles all these things are text. Regular Expressions are a tool thatallowsusto work with text by defining text patterns.

    This course also contains practice examples where we will be creating Regular Expressions step by step in order to get a better understanding of how to work with regular expressions.We will create Regular Expressions for

    1. Names
    2. Postal Codes
    3. URLs
    4. Credit Card
    5. Email
    6. HTML Tags
    7. IP Addresses
    8. Password

    In this course we will start learning Regular Expressionsfrom scratch. After learning some basics we will learn about moreadvanced operations in Regular Expressions. At the end of this course we will practice what we have learned by practicing Regular Expressions.

    Let's get started.