Learn Regular Expressions (Regex) - Crash Course for Beginners

4 (1 Ratings) 1 Students enrolled
Includes

00:45:38 Hours On demand videos

1 Lessons

Full lifetime access

Access on mobile and tv

Requirements

None

+ View more
Description

Regular expressions (or Regex) are patterns used to match character combinations in strings. In this crash course tutorial, you will learn how to use regular expressions in JavaScript. You will be able to apply the concepts to any programming language.


Contents ⭐️ ⌨️ (01:04) Using the Test Method ⌨️ (02:15) Match Literal Strings ⌨️ (02:57) Match a Literal String with Different Possibilities ⌨️ (03:46) Ignore Case While Matching ⌨️ (04:45) Extract Matches ⌨️ (05:32) Find More Than the First Match ⌨️ (07:16) Match Anything with Wildcard Period ⌨️ (08:54) Match Single Character with Multiple Possibilities ⌨️ (10:14) Match Letters of the Alphabet ⌨️ (10:04) Match Numbers and Letters of the Alphabet ⌨️ (12:15) Match Single Characters Not Specified ⌨️ (13:32) Match Characters that Occur One or More Times ⌨️ (14:19) Match Characters that Occur Zero or More Times ⌨️ (15:32) Find Characters with Lazy Matching ⌨️ (18:54) Find One or More Criminals in a Hunt ⌨️ (19:58) Match Beginning String Patterns ⌨️ (20:53) Match Ending String Patterns ⌨️ (21:40) Match All Letters and Numbers ⌨️ (22:48) Match Everything But Letters and Numbers ⌨️ (23:35) Match All Numbers ⌨️ (24:04) Match All Non-Numbers ⌨️ (24:40) Restrict Possible Usernames ⌨️ (27:29) Match Whitespace ⌨️ (27:56) Match Non-Whitespace Characters ⌨️ (28:25) Specify Upper and Lower Number of Matches ⌨️ (29:40) Specify Only the Lower Number of Matches ⌨️ (30:10) Specify Exact Number of Matches ⌨️ (30:47) Check for All or None ⌨️ (31:38) Positive and Negative Lookahead ⌨️ (35:09) Reuse Patterns Using Capture Groups ⌨️ (40:18) Use Capture Groups to Search and Replace ⌨️ (43:18) Remove Whitespace from Start and End

What will i learn

  • Regular expressions (or Regex) are patterns used to match character combinations in strings.
Course content 00:45:38 Hours 1 lessons
Section 1 - Full course
1 Lessons 00:45:38 Hours
  • Learn Regular Expressions (Regex) - Crash Course for Beginners 00:45:38

About instructor

+ View more
Description
We are the Zversity Team.

Our goal is to help people with a free platform to learn online. Come and learn on Zversity. We do not charge a fee or anything here. This is a free university made for us all. Happy learning!

666 Courses

384 Students

9 Reviews

Student feedback

4

Average rating

  • 0%
  • 0%
  • 0%
  • 100%
  • 0%

Reviews

Tayyab Javaid

Sat, 08-Feb-2020

Great lecture Sir!