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
- Names
- Postal Codes
- URLs
- Credit Card
- HTML Tags
- IP Addresses
- 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.