ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,875 results

VariableUndefined
Explaining Python re Module for Regular Expressions #pythonforeveryone #regex #python

In this video, you'll quickly learn the basics of Python regular expressions (regex) with key functions like re.search, re.match, ...

0:59
Explaining Python re Module for Regular Expressions #pythonforeveryone #regex #python

6,371 views

1 year ago

ModernPython
Use regular expression to replace number patterns in Python 🐍 #shorts #python

In this short Python video, we'll show you how to use regular expression to replace number patterns in text.

0:43
Use regular expression to replace number patterns in Python 🐍 #shorts #python

352 views

2 years ago

Gogetmyguru
Python validate email address using RegEx

This Video i.e # 9 you can understand python validate email address using RegEx. ⏱️TIMESTAMPS⏱️ 0:00 Introduction 0:03 ...

3:15
Python validate email address using RegEx

10,974 views

4 years ago

Learn With Udemy Course
Extract IP Addresses Using Regex | 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 ...

3:31
Extract IP Addresses Using Regex | Automate Everything with Python

1,259 views

2 years ago

learnbyexample
Interactive: 100+ Python Regex Exercises

This is a demo for a TUI application that includes 100+ questions to test your Python regular expression skills. Exercises are ...

3:30
Interactive: 100+ Python Regex Exercises

732 views

2 years ago

Data Science Simplified
How to Create Human-Readable Regular Expressions in Python

Article: https://bit.ly/3K0mtK9 Code: https://bit.ly/3NVapuM.

3:02
How to Create Human-Readable Regular Expressions in Python

552 views

2 years ago

Conny Söderholm
Data Preparation 10x Faster with Regular Expressions

Do you frequently work with data that is not formatted in JSON, XML or other Python data structures? What if I told you that you ...

3:44
Data Preparation 10x Faster with Regular Expressions

49 views

2 years ago

Kshitij Dhakal
Regular Expression in Python Basic

In this video I'll be explaining the basic concept of regular expression. And show a implementation of regular expression in python ...

2:26
Regular Expression in Python Basic

71 views

7 years ago

codeStuf
Regex in Python | Regular Expression in Python | #coding #shorts #python

ytshorts.

0:57
Regex in Python | Regular Expression in Python | #coding #shorts #python

25 views

9 months ago

Visual Studio Code
Making sense of RegExp–or almost

Try saying "RegExp Explain extension" out loud 10 times. Link https://marketplace.visualstudio.com/items?

0:29
Making sense of RegExp–or almost

30,035 views

4 years ago

ModernPython
Split Python string with MULTIPLE delimiters 🐍 #short #python

In this short Python video, I'm going to show you how to split a string with MULTIPLE delimiters. You will want to use regex which ...

0:41
Split Python string with MULTIPLE delimiters 🐍 #short #python

785 views

2 years ago

learnbyexample
Interactive: Python Regex Exercises

This is a demo for a GUI application that includes 75 questions to test your Python regular expression skills. For installation and ...

2:08
Interactive: Python Regex Exercises

94 views

3 years ago

MyHackerLife
Regular Expressions: Rust vs Python!

QUIZ 48: Regular Expressions Dive into regular expressions in Rust and Python with our insightful programming quiz. Perfect for ...

0:16
Regular Expressions: Rust vs Python!

79 views

1 year ago

Mailtrap
Python email validation in different ways? - Email FunFact by Mailtrap

mailtraptutorial #mailtrap #mailtrapfun #pythonforbeginners #pythontutorial #pythonprogramming Did you know that Python email ...

0:18
Python email validation in different ways? - Email FunFact by Mailtrap

249 views

1 year ago

codeStuf
Regular Expressions in Minutes #pythonlearning #shorts #youtubeshorts #learnpython #pythontutorial

Today, we're diving into the fascinating world of Regular Expressions (Regex). Imagine needing to find specific patterns, like ...

0:55
Regular Expressions in Minutes #pythonlearning #shorts #youtubeshorts #learnpython #pythontutorial

14 views

1 year ago

Gogetmyguru
#11 Python Validate Mobile Number using RegEx

This python video #11 covers the concept to write a python program to validate Mobile number using RegEx, Mobile number can ...

3:32
#11 Python Validate Mobile Number using RegEx

5,570 views

4 years ago

Let's Fix That Error
automatically replace old with model statement using regular expressions (regex) in VSCode

While developing a website in PHP Laravel, I needed to reuse create.blade.php in edit.blade.php so I wanted to conver every ...

0:22
automatically replace old with model statement using regular expressions (regex) in VSCode

341 views

2 years ago

Funnel
Understand the basics of Regular Expressions (Regex) in under 3 minutes

Have you heard people mentioning the term "Regex" and wondered what it is, how it works and how you could use it? Listen to ...

2:33
Understand the basics of Regular Expressions (Regex) in under 3 minutes

856 views

4 years ago

ModernPython
Split sentences with complex word boundaries in Python 🐍 #python #shorts

In this quick Python video, I'll show you how to split sentences with complex word boundaries. The string.split() can handle only ...

0:29
Split sentences with complex word boundaries in Python 🐍 #python #shorts

220 views

2 years ago

ModernPython
Get a string after specific word in Python #python #shorts

You can use regex to split a string based on a word so you don't find partial matches in larger words. Example: looking for Java ...

0:30
Get a string after specific word in Python #python #shorts

319 views

2 years ago