Regular Expressions (Regex) With Javascript - Easy And Fast!
Last updated 4/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 1.12 GB | Duration: 3h 44m
Last updated 4/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 1.12 GB | Duration: 3h 44m
Regex Mastery: Hands-On Pattern Detection, Input Verification, Security Enhancement, and Data Cleanup
What you'll learn
Data Validation - Validate Input and Protect from Security Vulnerabilities
Pattern Detection - Look for occurrences of a pattern using a concise language
Data Preparation - Locate and transform data of interest
Learn Techniques to Write High-Performance Patterns
Hands-on projects
Requirements
Familiarity with JavaScript
Description
Hi, and welcome to the JavaScript Regular Expressions (regex) with Projects!Regular Expression (regex) is a pattern detection language – they are typically used to search patterns in text, extract matching values, and data validation. Regex is supported in many programming languages, including Python, C#, JavaScript, Perl, SQL, and more.This course is designed to provide hands-on experience with regular expressions through various exercises and projectsI am Chandra Lingam, and I am your instructor.Here is what you will learn in this courseInput ValidationCross-Check Input and Protect from Security VulnerabilitiesPattern DetectionLook for occurrences of a pattern using a concise languageData PreparationUse regex to locate and transform data of interestHigh PerformanceLearn Techniques to Write High-Performance PatternsHands-OnYou will learn how to apply the regex for distinctly different data sets – unstructured log data, IoT sensor data, and parsing medical test data in HTML formatRegex knowledge is very useful in the CloudSeveral cloud services use regex for advanced configuration.With the AWS web application firewall, you can allow or deny traffic based on a patternIn Google Workspace, you can use regex for content filtering, Gmail route configuration, and to search for content in google docsIn Google Analytics, you can use regex to locate and transform matching data in your data setRegex is also supported by several products such as SAP, Oracle, and SQL ServerRegex Knowledge is transferable to many programming languages!Included Resources: a High-Quality Cheat Sheet for Regex Language, Interactive Tool to Learn Regex, GitHub Repo for Source Code DistributionHappy LearningChandra LingamCloud Wave LLC
Who this course is for:
Full Stack Developers,Front End Developers,System Administrators