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
17,129 results
Have you ever found a pattern in a Python string you wanted to change, but were stuck trying to use built-in string operations?
262,702 views
5 years ago
In this Python Programming Tutorial, we will be learning how to read, write, and match regular expressions with the re module.
1,211,869 views
8 years ago
Regular expression python tutorial. I will take a real life example of extracting information out of tesla's company filing and show ...
186,715 views
4 years ago
Stay in the loop INFINITELY: https://snu.socratica.com/python Regular Expressions (regex for short) is a ...
117,112 views
2 years ago
In this Python Tutorial, we will be learning about Regular Expressions (Regex) in Python. Regular expressions are a powerful ...
121,048 views
This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...
384,121 views
3 years ago
Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at Methods for Regular Expression in ...
25,953 views
In this video, we learn how to use regular expressions in Python to validate or check user input.
86,077 views
Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...
681,911 views
A full tutorial covering everything you need to know about Regular Expressions - an essential for anyone learning to code - and ...
14,792 views
Regular expressions can be quite confusing so many developers steer away from them. However, they are so powerful that I use ...
10,787 views
python #tutorial #course # recursion = a function that calls itself from within # helps to visualize a complex problem into basic steps ...
288,093 views
Continuing the exploration of Regular Expressions and Automata with Professor Thorsten Altenkirch. The professor's code: ...
58,835 views
1 year ago
exception = An event that interrupts the flow of a program # (ZeroDivisionError, TypeError, ValueError) # 1.try, 2.except, 3.finally ...
86,698 views
Having the ability to search through text, validate text, and replace text using an advanced set of rules is exactly what Regex is for.
1,455,957 views
6 years ago
"️️ Professional Certificate in AI and Machine Learning, delivered by Simplilearn in collaboration with Purdue University ...
13,851 views
Lambda function = A small anonymous function for a one time use (throw away function) # They take any number of arguments, ...
47,252 views
Python Certification Training: https://www.edureka.co/data-science-python-certification-course This Edureka "Python RegEx" ...
256,220 views
python #tutorial #course 00:00:00 functions 00:01:49 arguments 00:04:28 exercise #1 00:06:12 return 00:08:27 exercise #2 ...
1,043,610 views
Python #course #tutorial # nested loop = A loop within another loop (outer, inner) # outer loop: # inner loop: rows = int(input("Enter ...
490,595 views