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
252 results
Python Lesson 17: Regular Expressions الدرس 17: التعبيرات النمطية Topics re.search match.span() match.start() match.end() ...
41 views
3 months ago
learnpython #beginners #regex Ready to level up your Python skills? In this action-packed 1-hour tutorial, I break down regular ...
21 views
2 months ago
In this video, we dive into the powerful world of Python regular expressions, focusing on case-sensitive and case-insensitive ...
1 view
5 months ago
In this video, we dive into the world of Python regular expressions, focusing on a common challenge: handling duplicate names in ...
9 months ago
Python Course Lesson 18: Regular Expressions - Part 2 الدرس 18: التعبيرات النمطية Topics Special Characters Beginning of text ...
8 views
Regular Expressions in Python | how to match pattern #Python #Pythonprogramming #src7cse ...
48 views
Regular Expressions (regex) are implemented in almost every programming language (python, c, ruby, perl, to name a few) and ...
1,235 views
Streamed 4 months ago
Dans cette PREMIÈRE PARTIE sur les regex, on va pratiquer directement sur regex101.com avec 3 exercices concrets !
62 views
1 month ago
How can re.escape help in regex searches? re.escape helps escape special characters in regex searches. It makes sure ...
30 views
11 months ago
In this video, we tackle a common challenge faced by Python developers: fixing the look-behind error when dealing with ...
0 views
In this video, we dive into the powerful world of Python regular expressions, focusing specifically on how to effectively match end ...
10 views
6 months ago
Using regex in python to parse a string for variables names and values I hope you found a solution that worked for you :) The ...
9 views
10 months ago
Python Regex to match the FIRST repetition of a digit (3 SOLUTIONS!!) ✧ I really hope you found a helpful solution!
2 views
Welcome to this comprehensive tutorial on Regex (Regular Expressions)! Whether you're a beginner or just need a quick ...
45 views
4 months ago
Did you know that in Python, you can extract all numbers from a string using just one line of code? #learnpython #programming ...
1,273 views
8 months ago
How does re.sub() replace patterns in strings? You can use re.sub() for advanced string replacement. It matches patterns ...
33 views
In this video, we delve into the fascinating world of regex-constrained type hints in Python. As developers, we often seek ways to ...
3 views
From basic characters to advanced validation, here is your rapid-fire guide to over 50 essential Regular Expression (Regex) ...
How can re Module improve text processing in Python? The re module allows you to search for specific patterns in text easily.
14 views
In this video, we'll explore a practical technique in Python for extracting text from a string after a specific character. Whether you're ...