ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,687 results

Socratica
Regular Expressions in Python || Python Tutorial || Learn Python Programming

Stay in the loop INFINITELY: https://snu.socratica.com/python Regular Expressions (regex for short) is a ...

13:23
Regular Expressions in Python || Python Tutorial || Learn Python Programming

117,668 views

3 years ago

CodeWithHarry
Regular Expressions in Python | Python Tutorial - Day #95

Access the Playlist: https://www.youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg Link to the Repl: ...

13:03
Regular Expressions in Python | Python Tutorial - Day #95

230,015 views

2 years ago

Alex Hyett
Finally Understand Regular Expressions - In Just 7 Minutes!

Regular expressions can be quite confusing so many developers steer away from them. However, they are so powerful that I use ...

7:26
Finally Understand Regular Expressions - In Just 7 Minutes!

11,548 views

3 years ago

Computerphile
Regular Expressions - Computerphile

Professor Brailsford on one of our most requested topics. Playlist of Videos the Prof mentioned: ...

17:19
Regular Expressions - Computerphile

264,677 views

5 years ago

Leila Gharani
Introducing REGEX Excel Functions - Extract, Clean, and Format Data Easily! (NEW!)

REGEXREPLACE: This Excel function lets you replace parts of a text string using patterns called regular expressions (regex).

19:22
Introducing REGEX Excel Functions - Extract, Clean, and Format Data Easily! (NEW!)

484,939 views

1 year ago

The Coding Train
2.4: Regular Expressions: Capturing Groups - Programming with Text

In this video I discuss capturing parentheses and how they are used to create numbered groups that referenced in a find / replace ...

13:42
2.4: Regular Expressions: Capturing Groups - Programming with Text

158,314 views

9 years ago

ArjanCodes
Regex is HARD!

That's where Regular Expressions, or Regex, come in. In this video, I'll dive into Regex and reveal some surprising ways it can be ...

5:12
Regex is HARD!

12,308 views

1 year ago

Red Eyed Coder Club
Apache logs parser with Python for absolute beginners | Python project

Searching IP addresses with Python regular expressions 3. Counter() class from the collections module 4. Writing data to a csv ...

19:52
Apache logs parser with Python for absolute beginners | Python project

17,588 views

6 years ago

InfoWorld
4 cases when you shouldn't use regular expressions

Regular expressions give you a powerful system for matching patterns against text. But there are cases where a regex (as it's ...

4:37
4 cases when you shouldn't use regular expressions

229 views

2 years ago

GeeksforGeeks
Python Programming Tutorial | Python Modules - Part 2 (Regular Expression) | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/regular-expression-python-examples-set-1/ This ...

4:30
Python Programming Tutorial | Python Modules - Part 2 (Regular Expression) | GeeksforGeeks

14,335 views

8 years ago

Applied Language Technology
Regular expressions

In this video, we will learn about regular expressions and how to use them in Python. ✨ Check out the learning materials ...

5:27
Regular expressions

1,164 views

4 years ago

Gogetmyguru
# 5 Python RegEx metacharacters | Python Advanced Tutorial

This video covers the concept of python RegEx metacharacters used to write regular expression, this Python Advanced Tutorial ...

14:44
# 5 Python RegEx metacharacters | Python Advanced Tutorial

638 views

4 years ago

The Data Point
Using Regular Expressions To Find And Replace Text

Examples of using regular expressions within a text editor to find, find and replace, and find, capture, and replace text within a ...

11:52
Using Regular Expressions To Find And Replace Text

744 views

5 years ago

Chuck Severance
PY4E - Regular Expressions (Chapter 11 Part 1)

http://www.py4e.com - Python for Everybody: Exploring Data in Python 3.0 Please visit the web site to access a free textbook, free ...

10:47
PY4E - Regular Expressions (Chapter 11 Part 1)

58,007 views

9 years ago

Learn With Udemy Course
Regular Expressions Example | Automate Everything with Python

What is this course about? In a fast-growing world, Python programming is becoming a must-have skill. Whether you want to ...

11:11
Regular Expressions Example | Automate Everything with Python

18 views

2 years ago

Regex Quickies with Wiktor Stribiżew
Regex tries, or efficient alternations in regex

Ever had to find words from an arbitrary list as whole words? Or just use a list of words inside your regex pattern? Meet regex tries ...

7:45
Regex tries, or efficient alternations in regex

389 views

4 years ago

Gogetmyguru
# 4 Introduction to Python RegEx | Python Advanced Tutorial

This python video covers the concept of introduction to Python RegEx about regular expression, why one needs to go for these ...

5:32
# 4 Introduction to Python RegEx | Python Advanced Tutorial

98 views

4 years ago

Tech Educate
Regular Expressions 2 In Python - Python Full Course for Beginners 2023

gtecheducate #python #pythonforbegineers #pythonfullcourse #pythonprogramming #pythontutorial #python3 ...

8:02
Regular Expressions 2 In Python - Python Full Course for Beginners 2023

39 views

2 years ago

John DeNero
Using Regular Expressions

Regular expressions can be used in conjunction with most general purpose programming languages. We'll focus on Python.

4:11
Using Regular Expressions

1,795 views

4 years ago

The Coding Train
2.3: Regular Expressions: Character Classes - Programming with Text

In this video, I explain character classes which are a way of matching a selection of characters in a regular expression. This is the ...

14:22
2.3: Regular Expressions: Character Classes - Programming with Text

95,980 views

9 years ago