ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

69,794 results

Fireship
Regular Expressions (RegEx) in 100 Seconds

Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...

2:22
Regular Expressions (RegEx) in 100 Seconds

713,093 views

6 years ago

Python In a Minute
Replace Text Like a Pro with Regex in Python - A Quick re.sub() Tutorial!

Master the re.sub() method in #Python #Regex to replace text patterns with ease. Learn it in just a minute! Subscribe for more ...

2:12
Replace Text Like a Pro with Regex in Python - A Quick re.sub() Tutorial!

414 views

1 year ago

anthonywritescode
python regex: \d gotcha! (beginner - intermediate) anthony explains #156

d matches numbers right? welllllllllll maybe not the numbers you expected! - intro to regexes: https://youtu.be/yFRSpPwrJzQ ...

3:52
python regex: \d gotcha! (beginner - intermediate) anthony explains #156

1,132 views

5 years ago

DataCamp
Python Tutorial: Advanced tokenization with NLTK and regex

Want to learn more? Take the full course at ...

3:04
Python Tutorial: Advanced tokenization with NLTK and regex

1,554 views

6 years ago

CodeLucky
Python Regex: re.findall() - Find All Matches in a String!

Learn how to use the `re.findall()` function in Python to effortlessly extract all occurrences of a pattern from a string! This tutorial ...

3:39
Python Regex: re.findall() - Find All Matches in a String!

142 views

10 months ago

Turtle Code
Stop Struggling with Python Regex! Simple Examples Inside

Ready to finally understand Python Regular Expressions? In this video, we break down regex with super simple examples ...

1:30
Stop Struggling with Python Regex! Simple Examples Inside

252 views

1 year ago

Python In a Minute
Search Smarter with Regex in Python - Master re.search() Fast!

Want to search for patterns anywhere in a string? The re.search() method in #Python #Regex is your go-to tool! Learn it in under a ...

1:56
Search Smarter with Regex in Python - Master re.search() Fast!

247 views

1 year ago

Python In a Minute
Master Regex Pattern Matching in Python - A Quick re.findall() Guide!

Learn how to find all matches in a string using re.findall() in #Python #Regex. Perfect for extracting patterns in data quickly!

2:07
Master Regex Pattern Matching in Python - A Quick re.findall() Guide!

306 views

1 year ago

Python Code School
When Should You Use Greedy Or Non-Greedy Python RegEx? - Python Code School

When Should You Use Greedy Or Non-Greedy Python RegEx? Are you interested in learning how to make your text extraction in ...

2:47
When Should You Use Greedy Or Non-Greedy Python RegEx? - Python Code School

15 views

10 months ago

CodeLucky
Mastering Word Boundaries in Regex (\b): Find Exact Matches!

Unlock the power of word boundaries in regular expressions! This video provides a beginner-friendly guide to understanding ...

3:38
Mastering Word Boundaries in Regex (\b): Find Exact Matches!

249 views

10 months ago

Python In a Minute
Boost Your Regex Skills - Learn re.compile() in Python!

Discover how to compile regex patterns with re.compile() in #Python #Regex for reusable and efficient pattern matching. Learn it ...

2:07
Boost Your Regex Skills - Learn re.compile() in Python!

549 views

1 year ago

Python Code School
How Do You Extract Multi-line Text Using Python Regex? - Python Code School

How Do You Extract Multi-line Text Using Python Regex? Have you ever needed to extract entire sections of text from a large ...

3:34
How Do You Extract Multi-line Text Using Python Regex? - Python Code School

21 views

10 months ago

Python Code School
Why Use re.IGNORECASE In Python Regex? - Python Code School

Why Use re.IGNORECASE In Python Regex? In this informative video, we will discuss the re.IGNORECASE flag in Python's ...

2:50
Why Use re.IGNORECASE In Python Regex? - Python Code School

14 views

11 months ago