.NET Regular Expressions
This course covers regular expressions as implemented in the .NET Framework
You are currently not signed in. Please sign in to access subscriber-only content.
Currently using: {{getCurrentPlayerName()}} [Change]
| expand all | collapse all | Progress | Duration | |
|---|---|---|---|
Introduction To Regex |
|
00:23:19 | |
|
Overview
|
|
04:29 | |
|
Concatenation
|
|
02:56 | |
|
Concatenation Algorithm
|
|
03:57 | |
|
Alernation
|
|
03:19 | |
|
Repetition
|
|
05:28 | |
|
Summary
|
|
02:37 | |
|
References
|
|
00:33 | |
Matching the Whole String |
|
00:42:37 | |
|
Overview
|
|
01:37 | |
|
Next Match
|
|
06:28 | |
|
String and Line Endpoints
|
|
06:23 | |
|
Character Classes
|
|
06:35 | |
|
Special Characters
|
|
02:53 | |
|
Word Boundries
|
|
03:44 | |
|
Wild Character
|
|
12:42 | |
|
Summary
|
|
02:15 | |
Regex Groups and Captures |
|
00:37:13 | |
|
Overview
|
|
00:47 | |
|
Group
|
|
02:06 | |
|
Group identity
|
|
08:59 | |
|
Ignore Whitespace
|
|
02:00 | |
|
Inline Comments
|
|
00:35 | |
|
Group Name
|
|
01:04 | |
|
Captures
|
|
04:03 | |
|
Back Reference
|
|
16:28 | |
|
Summary
|
|
01:11 | |
Fine Tuning Regular Expression Matches |
|
00:23:37 | |
|
Introduction
|
|
00:09 | |
|
Overview
|
|
01:53 | |
|
Atomic Groups
|
|
03:07 | |
|
Lazy Captures
|
|
05:13 | |
|
Character Case
|
|
01:09 | |
|
Explicit Captures
|
|
01:35 | |
|
Pruning Character Classes
|
|
01:38 | |
|
Runaway Expressions
|
|
06:11 | |
|
Summary
|
|
01:46 | |
|
References
|
|
00:56 | |
Conditional Expressions |
|
00:26:22 | |
|
Introduction
|
|
02:00 | |
|
Look Arounds
|
|
07:23 | |
|
If
|
|
06:17 | |
|
Balancing Delimiters
|
|
09:35 | |
|
Summary
|
|
01:07 | |
Applying Regex Class |
|
00:56:14 | |
|
Introduction
|
|
01:49 | |
|
Options & Modifiers
|
|
03:48 | |
|
RegexOptions.Compiled
|
|
08:40 | |
|
CompileToAssembly
|
|
08:00 | |
|
Match
|
|
03:51 | |
|
IsMatch
|
|
01:34 | |
|
RegexOptions.RightToLeft
|
|
07:24 | |
|
RegexOptions.CultureInvariant
|
|
05:16 | |
|
RegexOptions.ECMAScript
|
|
00:30 | |
|
Replace
|
|
09:13 | |
|
Split
|
|
02:59 | |
|
Escape/Unescape
|
|
00:59 | |
|
Summary
|
|
02:11 |
Introduction To Regex