Another exquisit release
Linkedin.Learning.Learning.Regular.Expressions-XQZT
Title: Learning Regular Expressions
Publisher: Linkedin.Learning
Size: 364M (381222484 B)
Files: 8F
Date: 11/14/2019
Course #: Linkedin.Learning
Type: N/A
Published: November 14, 2019
Modified: N/A
URL: www.linkedin.com/learning/learning-regular-expressions-2
Author: Kevin Skoglund
Duration:
Skill: Advanced
Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
Regular expressions, or regexes, can help you speed up tedious
tasks and streamline your workflow. Regexes can be used in most
modern programming languages, including Java, JavaScript, Perl,
Python, ActionScript, and C#. In this course, learn how to use
regexes to define complex text patterns which can be used for
powerful search and replace techniques. Instructor Kevin
Skoglund covers the basic syntax of regexes, shows how to create
flexible matching patterns, and demonstrates how the regular
expression engine parses text to find matches. Learn how to write
regexes using character sets, grouping, alternation, start and end
anchors, word boundaries; and more.