Learn Regex in 15 Minutes

preview_player
Показать описание


Join Alex for a quick and practical dive into Regular Expressions (Regex)—an indispensable skill for every cybersecurity professional!

In this tutorial, you'll learn how to extract key data from large datasets with ease, validate user inputs to prevent security threats, and automate tasks with tools like grep, sed, or programming languages like Python and Perl.

You'll discover what exactly Regex is and why it’s crucial in cybersecurity, key elements of Regex and the challenges you might face, real-world examples like matching email addresses, IP addresses, and much more.

Whether you're a beginner or just need a refresher, this hands-on video gives you the practical knowledge to streamline your security workflows using Regex. Don’t forget to subscribe for more cybersecurity tutorials from Alex and other TCMS instructors!

What do you think of Regex? Tell us in the comments! ⬇️

#regex #cybersecurity #thecybermentor #regularexpressions #python

📱Social Media📱
___________________________________________

Timestamps:
00:00 Intro to regex
00:25 Sponsor message
00:58 What is regex?
01:50 Learning regex
04:55 Anchors in regex
05:45 Ranges in regex
07:00 Quantifiers in regex
10:00 Sequences in regex
13:19 Lookahead in regex
15:44 Outro

💸Donate💸
___________________________________________
Like the channel? Please consider supporting me on Patreon:

Hacker Books:

My Build:

My Recording Equipment:

Рекомендации по теме
Комментарии
Автор

Learning regex is not the problem.. it's remembering it because you need it when you need it but most of the time you don't need it

michaelxz
Автор

I googled regex once and wiki scared me to death lol, but I see now its quite intuitive and not black magic. Edit 8:08 you mean the correct spelling?

Thiccolo
Автор

This was explained and demonstrated very well! Regex is pretty nifty

elementofepic
Автор

i just used chat gpt to get a regex script to look fo a flag in HTB

neotokyo
Автор

I am new to the field this is the first course I've taken so far

mouhamadouseydoudiop
Автор

I'm glad you posted this. I was just getting ready to look through my old python book and brush up on some regEx.

ajhahn
Автор

You'll never get bored when watching Alex explain something.

briangugi
Автор

5:17 - 5:19 that is because its caret not carrot😅. Much love.

ScryptStudios