Linux Academy – Mastering Regular Expressions

Linux Academy – Mastering Regular Expressions-BiFiSO
English | Size: 1.46 GB
Category: Tutorial


Nearly every programmer or systems administrator will use regular expressions at some point in their career; whether it’s as simple as changing a select bit of text in vim, or as advanced as validating detailed bits of information. While it’s not uncommon to think of confusing hieroglyphics of characters when considering regular expressions, if you use Linux or do any programming, then you’ve probably already used them in many of your day-to-day tasks.

Linux Academy – Mastering Regular Expressions

Linux Academy – Mastering Regular Expressions
English | Size: 1.36 GB
Category: Tutorial


In Mastering Regular Expressions, we begin by breaking down the “vocabulary” and “grammar” of regular expressions: First by learning just what all those symbols and shortcuts mean, then by learning how to manipulate those tokens to craft complex regular expressions that achieve just the right desired result. We’ll do this by using some common Linux tools, such as grep and sed, as well as through Perl and, eventually, JavaScript for some front-end regex use examples.

PluralSight – Net Regular Expressions

PluralSight – Net Regular Expressions-JGTiSO
English | Size: 183.77 MB
Category: Tutorial

Have you ever wanted to get a better understanding of how you can use and apply regular expressions in your .NET projects? Look no further! In this course, .NET Regular Expressions, you’ll learn foundational knowledge to apply regex patterns to solve many of your software problems First, you’ll explore the history of regular expressions Next, you’ll discover pattern matching and string manipulation. Finally, you’ll learn about how the regex engine works and how to optimize your expressions. When you’re finished with this course, you’ll have the skills and knowledge of .NET regular expressions needed to apply these awesome expressions to your existing software challenges