Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
87,028 results
Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...
682,142 views
5 years ago
Learn how to validate GitHub usernames in Python using just one line of regex! Rules for GitHub usernames: Cannot start ...
137 views
3 months ago
shorts In this episode of TheFunctionForge.com's Python in 60 Seconds series, we unravel the mystery behind Regular ...
103 views
2 years ago
In this video I show you how find extract phone numbers from a Python string, using the Regular Expression library! #coding ...
1,339 views
1 year ago
d matches numbers right? welllllllllll maybe not the numbers you expected! - intro to regexes: https://youtu.be/yFRSpPwrJzQ ...
1,102 views
Ready to finally understand Python Regular Expressions? In this video, we break down regex with super simple examples ...
233 views
6 months ago
Discover how to compile regex patterns with re.compile() in #Python #Regex for reusable and efficient pattern matching. Learn it ...
317 views
Master Python regex with this capturing groups challenge! Can you predict what findall returns with multiple groups? Essential ...
1,260 views
2 months ago
My VSCode Extensions: - theme: material community high contrast - fonts: Menlo, Monaco, 'Courier New', monospace - errors: ...
77,563 views
3 years ago
In this video I show you how to ignore case sensitive text with Python's Regular Expression library! #coding #365daysofcoding ...
1,334 views
In this video, we recommend the regex library for Python, which provides powerful regular expression functionality. Regular ...
218 views
mohanmadotcom Python Regex, #python #pythonprogramming #pythontutorial #pythonforbeginners #pythonbeginner #python3 ...
809 views
11 months ago
A RegEx, or Regular Expression, is a sequence of characters that forms a search pattern. RegEx can be used to check if a string ...
18,531 views
4 years ago
shorts Full Video Link : https://youtu.be/F9khvFpuibY #python #pythonprogramming #pythontutorial #pythoninterviewquestions ...
6,958 views
In this video I show you how to search for specific text in a Python string, using the regular expression library (re) #coding ...
1,508 views
The "re.IGNORECASE" flag can be added as a third parameter to the "match" or "search" method to indicate that you want ...
3,960 views
Master the re.sub() method in #Python #Regex to replace text patterns with ease. Learn it in just a minute! Subscribe for more ...
203 views
716 views
Learn about Regular Expressions or Regex in Python. Specifically, this video shows how to use: raw strings (r”…”) & re.compile() ...
1,073 views
In this short Python video, we'll show you how to use regular expression to replace number patterns in text.
351 views
What Is The Best Way To Extract Text With Python Regex? Have you ever wondered how to efficiently extract specific information ...
11 views
Learn how to split strings by patterns using re.split() in #Python #Regex. Quick and efficient text processing in just 60 seconds!
287 views