ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,020,531 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

695,530 views

5 years 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,114 views

5 years 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!

136 views

1 year 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!

405 views

1 year ago

Pildoras de programación
TIP de expresiones regulares. #aprenderpython #programming #python

... de complejidad a medida que añadimos condiciones en la búsqueda y la mejor opción que te comparto si trabajas con python ...

0:31
TIP de expresiones regulares. #aprenderpython #programming #python

24,400 views

1 year ago

Visual Studio Code
I’m never writing another regex. EVER.

Thank you,

1:00
I’m never writing another regex. EVER.

478,908 views

3 years 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

247 views

8 months ago

TechnicallyRipped
Find Words with Suffixes Using Regex | Python Tutorial

In this video I show you how find all the words with a specific suffix using Python's Regular Expression library #coding ...

0:44
Find Words with Suffixes Using Regex | Python Tutorial

964 views

1 year 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!

289 views

1 year ago

PythonCodeCouch
Regex In Python: Catch Every Hashtag #coding #programming

Learn about Regular Expressions or Regex in Python. Specifically, this video shows how to use: raw strings (r”…”) & re.compile() ...

2:06
Regex In Python: Catch Every Hashtag #coding #programming

1,087 views

5 months 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!

228 views

1 year ago

Python In a Minute
Regex in Python - Learn re.match() in a minute!

Discover how the re.match() method in #Python #Regex helps you check for patterns at the start of a string. Perfect for quick data ...

1:53
Regex in Python - Learn re.match() in a minute!

201 views

1 year ago

Código Espinoza - Automatiza tu Vida
Cómo Validar Correos Electrónicos en Python: Rápido y Fácil con Regex

Quieres validar correos electrónicos en Python de manera fácil? En este video, te mostraré cómo hacerlo usando expresiones ...

1:00
Cómo Validar Correos Electrónicos en Python: Rápido y Fácil con Regex

4,655 views

1 year ago

Code With Alex
Validate Phone Numbers in Python: Quick Regex Guide #python  #coding  #programming   #codingtogether

Learn how to implement phone number validation in Python using regular expressions (RegEx), ensuring accurate and efficient ...

1:49
Validate Phone Numbers in Python: Quick Regex Guide #python #coding #programming #codingtogether

2,172 views

1 year ago

TechnicallyRipped
Extract Phone Numbers Using Regex | Python Tutorial

In this video I show you how find extract phone numbers from a Python string, using the Regular Expression library! #coding ...

0:46
Extract Phone Numbers Using Regex | Python Tutorial

1,435 views

1 year ago

TechnicallyRipped
Extract Words of Specific Length with Regex | Python Tutorial

In this video I show you how to extract words of a specific length from text with Python's Regular Expression library! #coding ...

0:43
Extract Words of Specific Length with Regex | Python Tutorial

609 views

1 year ago

CodeLucky
Python Regex: Boost Performance with Compiled Patterns! 🚀

Dive into the world of Python regular expressions and discover how compiling your regex patterns can dramatically improve ...

2:59
Python Regex: Boost Performance with Compiled Patterns! 🚀

21 views

6 months ago

CodeLucky
Python re.sub() Tutorial: Text Substitution with Regular Expressions

Master text manipulation in Python with the `re.sub()` function! This comprehensive tutorial is designed for beginners and covers ...

3:48
Python re.sub() Tutorial: Text Substitution with Regular Expressions

67 views

6 months ago

Red Black Tech
What is Regex?

This short describes a practical way to conceptualize regular expressions (aka regex, or regexp) in Computer Science. Regex ...

1:01
What is Regex?

10,124 views

2 years ago