filmov
tv
Master Regex in Just 27 Minutes - Unbelievably Easy Steps Revealed!
Показать описание
If you're new to regular expressions, or if you're just looking for a quick and easy way to use them, this tutorial is for you! We'll walk you through the basics of regular expressions, step-by-step, and show you how to use them in a variety of ways. After watching this tutorial, you'll be able to use regular expressions in your programs and in your Web browser with ease!.
Chapters in video
00:00 Intro
00:35 Types of Regex
01:09 Udemy Course Intro
01:36 Introduction to the Regex Pattern used in this video
02:08 Zero or more occurrences of character using Asterisk (*)
03:45 Wildcard Operator (.)
05:11 Pattern combining Asterisk(*) and wildcard (.)
06:19 Space Regex /s
07:47 Square Brackets [] in Regex
09:05 Negation using caret ^ inside Square Brackets [^ ]
10:33 Range in square bracket [a-z]
11:45 Range with other characters in square brackets [a-ck]
12:43 Range with cases in square brackets [a-cA-C]
13:51 Period Symbol inside Square Brackets is not considered as wildcard [.]
15:02 Escape Character using /
16:!5 Starting with Pattern using Caret Symbol ^
17:17 Ending with Pattern using Dollar Symbol $
18:50 Advanced Regex
19:18 Exactly {m} occurrences of a character using curly braces {}
20:41 At least m and At most n occurrences of a character using curly braces {m,n}
22:07 Dividing Segments into groups using round brackets ()
23:52 One or more occurrences of character using Plus (+)
24:52 Zero or One occurrences of character using Question (?)
25:55 Matching patterns using Pipe Symbol (|)
With the simple steps listed in the video you will be able to find how the concept works.
Chapters in video
00:00 Intro
00:35 Types of Regex
01:09 Udemy Course Intro
01:36 Introduction to the Regex Pattern used in this video
02:08 Zero or more occurrences of character using Asterisk (*)
03:45 Wildcard Operator (.)
05:11 Pattern combining Asterisk(*) and wildcard (.)
06:19 Space Regex /s
07:47 Square Brackets [] in Regex
09:05 Negation using caret ^ inside Square Brackets [^ ]
10:33 Range in square bracket [a-z]
11:45 Range with other characters in square brackets [a-ck]
12:43 Range with cases in square brackets [a-cA-C]
13:51 Period Symbol inside Square Brackets is not considered as wildcard [.]
15:02 Escape Character using /
16:!5 Starting with Pattern using Caret Symbol ^
17:17 Ending with Pattern using Dollar Symbol $
18:50 Advanced Regex
19:18 Exactly {m} occurrences of a character using curly braces {}
20:41 At least m and At most n occurrences of a character using curly braces {m,n}
22:07 Dividing Segments into groups using round brackets ()
23:52 One or more occurrences of character using Plus (+)
24:52 Zero or One occurrences of character using Question (?)
25:55 Matching patterns using Pipe Symbol (|)
With the simple steps listed in the video you will be able to find how the concept works.
Комментарии