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
2,016 results
Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at Methods for Regular Expression in ...
27,129 views
2 years ago
Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at real use cases for Regular ...
12,707 views
Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at Character Classes in Regular ...
16,645 views
Ilia Kurenkov - re-Discovering Python's Regular Expressions [EuroPython 2016] [19 July 2016] [Bilbao, Euskadi, Spain] ...
659 views
9 years ago
In this video, we will learn about regular expressions and how to use them in Python. ✨ Check out the learning materials ...
1,182 views
5 years ago
Learn how to use regular expression using re method. In this tutorial, Python re method used are search(), findall(), match(), sub(), ...
1,680 views
4 years ago
... of my ultimate Python 3 tutorial series and this chart of the tutorial we're going to continue learning about regular Expressions ...
13 views
In this video you can learn what is a regular expression and how it is used to solve complex problems by using a small query ...
682 views
In this video I will explain the very basic of regular expressions Subscribe for more ...
105 views
6 years ago
In this video, we dive into the powerful world of Python regular expressions (regex) and explore how to effectively remove email ...
14 views
1 year ago
Understanding Regular Expressions The Regular Expression Module This Python 3 tutorial course aims to teach everyone the ...
17 views
by Michael Paddon At: FOSDEM 2018 Room: H.2215 (Ferrer) Scheduled start: 2018-02-04 10:20:00+01.
398 views
8 years ago
... welcome to part 27 of my ultimate Python 3 tutorial Series this is going to begin a five part tutorial on just regular Expressions so ...
16 views
Quick introduction to regular expressions in python's re module.
173 views
3 years ago
1115. HackerRank Validar Números de Teléfono Móvil con Expresiones Regulares (RegEx) con el lenguaje de programación ...
2,449 views
Definition and Use: Regular expression is a sequence of character mainly used to find and replace patterns in a string They are ...
526 views
922 views
Welcome to a brand new tutorial session of the ongoing regular expression in Python series. In the previous tutorial session, you ...
89 views
0:10 import re 0:15 re.search(pattern, str) is the equivalent of what we've been doing with grep. 0:51 if there's no match, it returns ...
1,621 views
12 years ago
https://github.com/Fhernd/PythonEjercicios 852. Cambiar el Formato de una Fecha con una Expresión Regular (Regex) con el ...
1,209 views