ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

87,028 results

Fireship
Regular Expressions (RegEx) in 100 Seconds

Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...

2:22
Regular Expressions (RegEx) in 100 Seconds

682,142 views

5 years ago

Code & Cosmos
Validate GitHub Username with Python Regex 🔥 | One-Liner #python #coding #programming #github

Learn how to validate GitHub usernames in Python using just one line of regex! Rules for GitHub usernames: Cannot start ...

0:21
Validate GitHub Username with Python Regex 🔥 | One-Liner #python #coding #programming #github

137 views

3 months ago

The Function Forge
Mastering Regex Metacharacters: Python in 60 Seconds

shorts In this episode of TheFunctionForge.com's Python in 60 Seconds series, we unravel the mystery behind Regular ...

1:00
Mastering Regex Metacharacters: Python in 60 Seconds

103 views

2 years ago

TechnicallyRipped
Extract Phone Numbers Using Regex | Python Tutorial

In this video I show you how find extract phone numbers from a Python string, using the Regular Expression library! #coding ...

0:46
Extract Phone Numbers Using Regex | Python Tutorial

1,339 views

1 year ago

anthonywritescode
python regex: \d gotcha! (beginner - intermediate) anthony explains #156

d matches numbers right? welllllllllll maybe not the numbers you expected! - intro to regexes: https://youtu.be/yFRSpPwrJzQ ...

3:52
python regex: \d gotcha! (beginner - intermediate) anthony explains #156

1,102 views

5 years ago

Turtle Code
Stop Struggling with Python Regex! Simple Examples Inside

Ready to finally understand Python Regular Expressions? In this video, we break down regex with super simple examples ...

1:30
Stop Struggling with Python Regex! Simple Examples Inside

233 views

6 months ago

Python In a Minute
Boost Your Regex Skills - Learn re.compile() in Python!

Discover how to compile regex patterns with re.compile() in #Python #Regex for reusable and efficient pattern matching. Learn it ...

2:07
Boost Your Regex Skills - Learn re.compile() in Python!

317 views

1 year ago

PyGuess
Can You Solve This Python Regex Capturing Groups Challenge? 🐍 #PythonChallenge

Master Python regex with this capturing groups challenge! Can you predict what findall returns with multiple groups? Essential ...

0:21
Can You Solve This Python Regex Capturing Groups Challenge? 🐍 #PythonChallenge

1,260 views

2 months ago

Web Dev Cody
How to extract patterns from strings using regex groups #shorts

My VSCode Extensions: - theme: material community high contrast - fonts: Menlo, Monaco, 'Courier New', monospace - errors: ...

0:59
How to extract patterns from strings using regex groups #shorts

77,563 views

3 years ago

TechnicallyRipped
Ignore Case Sensitive Text With Regular Expressions | Python Tutorial

In this video I show you how to ignore case sensitive text with Python's Regular Expression library! #coding #365daysofcoding ...

0:35
Ignore Case Sensitive Text With Regular Expressions | Python Tutorial

1,334 views

1 year ago

DevNuggets
Use #regex to match a phone number in #Python | #DevNuggets

In this video, we recommend the regex library for Python, which provides powerful regular expression functionality. Regular ...

0:32
Use #regex to match a phone number in #Python | #DevNuggets

218 views

1 year ago

mohanmadotcom
Python Findall Regex | Learning | Python | 2024 | Coding | Programming #learning #python #coding

mohanmadotcom Python Regex, #python #pythonprogramming #pythontutorial #pythonforbeginners #pythonbeginner #python3 ...

0:07
Python Findall Regex | Learning | Python | 2024 | Coding | Programming #learning #python #coding

809 views

11 months ago

Programmer Banda
Email verification is easy using regex in Python

A RegEx, or Regular Expression, is a sequence of characters that forms a search pattern. RegEx can be used to check if a string ...

0:58
Email verification is easy using regex in Python

18,531 views

4 years ago

Python Turtle
Regular Expressions in Python: A Comprehensive Guide | RegEx | Python Tamil

shorts Full Video Link : https://youtu.be/F9khvFpuibY #python #pythonprogramming #pythontutorial #pythoninterviewquestions ...

0:30
Regular Expressions in Python: A Comprehensive Guide | RegEx | Python Tamil

6,958 views

2 years ago

TechnicallyRipped
Searching Python Strings With Regular Expressions | Python Tutorial

In this video I show you how to search for specific text in a Python string, using the regular expression library (re) #coding ...

0:52
Searching Python Strings With Regular Expressions | Python Tutorial

1,508 views

1 year ago

Funy Coder
In Python "re.IGNORECASE" flag can be added as a third parameter to the "match" or "search" method.

The "re.IGNORECASE" flag can be added as a third parameter to the "match" or "search" method to indicate that you want ...

1:00
In Python "re.IGNORECASE" flag can be added as a third parameter to the "match" or "search" method.

3,960 views

5 years ago

Python In a Minute
Replace Text Like a Pro with Regex in Python - A Quick re.sub() Tutorial!

Master the re.sub() method in #Python #Regex to replace text patterns with ease. Learn it in just a minute! Subscribe for more ...

2:12
Replace Text Like a Pro with Regex in Python - A Quick re.sub() Tutorial!

203 views

1 year ago

Codewider
Python Programming: What are regular expressions ? How to use regex in python? #python #programming
0:35
Python Programming: What are regular expressions ? How to use regex in python? #python #programming

716 views

2 years ago

PythonCodeCouch
Regex In Python: Catch Every Hashtag #coding #programming

Learn about Regular Expressions or Regex in Python. Specifically, this video shows how to use: raw strings (r”…”) & re.compile() ...

2:06
Regex In Python: Catch Every Hashtag #coding #programming

1,073 views

3 months ago

ModernPython
Use regular expression to replace number patterns in Python 🐍 #shorts #python

In this short Python video, we'll show you how to use regular expression to replace number patterns in text.

0:43
Use regular expression to replace number patterns in Python 🐍 #shorts #python

351 views

2 years ago

Python Code School
What Is The Best Way To Extract Text With Python Regex? - Python Code School

What Is The Best Way To Extract Text With Python Regex? Have you ever wondered how to efficiently extract specific information ...

3:05
What Is The Best Way To Extract Text With Python Regex? - Python Code School

11 views

3 months ago

Python In a Minute
Split Strings with Regex in Python - A Quick re.split() Guide!

Learn how to split strings by patterns using re.split() in #Python #Regex. Quick and efficient text processing in just 60 seconds!

2:14
Split Strings with Regex in Python - A Quick re.split() Guide!

287 views

1 year ago