ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,707 results

Datalize Company
grep is an acronym for "global regular-expression print"

grep is an acronym for "global regular-expression print" #Shorts #Programming #coding #python #datascience.

0:45
grep is an acronym for "global regular-expression print"

11 views

3 years ago

The Debug Zone
How to Split Strings with Regex in Python Without Removing Delimiters

In this video, we'll explore the powerful capabilities of regular expressions in Python, specifically focusing on how to split strings ...

3:44
How to Split Strings with Regex in Python Without Removing Delimiters

5 views

1 year ago

EuroPython Conference
Ever hear that little voice telling you you’re not qualified? #python #europython

Check out Savannah's keynote where she shares her journey to becoming a CPython core developer. Watch now: ...

0:33
Ever hear that little voice telling you you’re not qualified? #python #europython

1,998 views

3 months ago

DDTechHelp
How to use Python regex pattern matching with re.findall(pattern, string)? [1 Solutions!]

Software Engineering:How to use Python regex pattern matching with re.findall(pattern, string)? Link to original question: ...

0:36
How to use Python regex pattern matching with re.findall(pattern, string)? [1 Solutions!]

28 views

3 years ago

Forti Tip
Regular expression (regex) in python. beginners

Regular expression (regex) in python. beginners regex is a fantastic way to look for text patterns. it is used in python, javascript, ...

3:53
Regular expression (regex) in python. beginners

254 views

4 years ago

Python Peak
How can re.escape help in regex searches? How Can re.escape Save Your Regex Searches in Python?

How can re.escape help in regex searches? re.escape helps escape special characters in regex searches. It makes sure ...

0:34
How can re.escape help in regex searches? How Can re.escape Save Your Regex Searches in Python?

30 views

1 year ago

The Debug Zone
Python Regex: Case Sensitive and Insensitive Matching with Pipe Operator

In this video, we dive into the powerful world of Python regular expressions, focusing on case-sensitive and case-insensitive ...

1:31
Python Regex: Case Sensitive and Insensitive Matching with Pipe Operator

1 view

5 months ago

DDTechHelp
How to use Python regex pattern matching with re.findall(pattern, string)? [1 Solutions!]

Software Engineering:How to use Python regex pattern matching with re.findall(pattern, string)? Link to original question: ...

0:36
How to use Python regex pattern matching with re.findall(pattern, string)? [1 Solutions!]

9 views

3 years ago

Peter Schneider
Python Regex to match the FIRST repetition of a digit

Python Regex to match the FIRST repetition of a digit I hope you found a solution that worked for you :) The Content is licensed ...

3:18
Python Regex to match the FIRST repetition of a digit

6 views

1 year ago

The Debug Zone
Creating Regex-Constrained Type Hints in Python: A Comprehensive Guide

In this video, we delve into the fascinating world of regex-constrained type hints in Python. As developers, we often seek ways to ...

2:01
Creating Regex-Constrained Type Hints in Python: A Comprehensive Guide

3 views

9 months ago

The Debug Zone
Python Regex: How to Check Upper and Lowercase in Strings Effectively

In this video, we dive into the powerful world of Python regular expressions (regex) and explore how to effectively check for ...

3:34
Python Regex: How to Check Upper and Lowercase in Strings Effectively

1 view

1 year ago

Peter Schneider
python regex to match multiple words in a line without going to the next line

python regex to match multiple words in a line without going to the next line I hope you found a solution that worked for you :) The ...

3:32
python regex to match multiple words in a line without going to the next line

5 views

1 year ago

The Debug Zone
Python Regex: How to Handle Duplicate Names in Named Groups Effectively

In this video, we dive into the world of Python regular expressions, focusing on a common challenge: handling duplicate names in ...

1:31
Python Regex: How to Handle Duplicate Names in Named Groups Effectively

1 view

9 months ago

Roel Van de Paar
Code Review: How can this python regex file finder be improved? (2 Solutions!!)

Code Review: How can this python regex file finder be improved? Helpful? Please support me on Patreon: ...

3:20
Code Review: How can this python regex file finder be improved? (2 Solutions!!)

1 view

3 years ago

The Debug Zone
Mastering Python Regex: How to Match End of Line Characters Effectively

In this video, we dive into the powerful world of Python regular expressions, focusing specifically on how to effectively match end ...

2:31
Mastering Python Regex: How to Match End of Line Characters Effectively

10 views

6 months ago

The Debug Zone
Fixing Python Regex Look-Behind Error for Consecutive Repeated Words

In this video, we tackle a common challenge faced by Python developers: fixing the look-behind error when dealing with ...

2:02
Fixing Python Regex Look-Behind Error for Consecutive Repeated Words

0 views

2 months ago

Roel Van de Paar
python regex to exclude multiple words (2 Solutions!!)

python regex to exclude multiple words Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

1:50
python regex to exclude multiple words (2 Solutions!!)

96 views

4 years ago

The Debug Zone
Python Regex Tutorial: Adding Space After Dots and Commas in Strings

In this Python Regex tutorial, we'll explore how to effectively use regular expressions to enhance the readability of your strings.

3:15
Python Regex Tutorial: Adding Space After Dots and Commas in Strings

2 views

1 year ago

Python Peak
How does re.sub() replace #patterns in strings? Master String Replacement in Python with re.sub()!

How does re.sub() replace patterns in strings? You can use re.sub() for advanced string replacement. It matches patterns ...

0:32
How does re.sub() replace #patterns in strings? Master String Replacement in Python with re.sub()!

33 views

9 months ago

Python Peak
When does re.match() differ from re.search()? The Surprising Difference Between re.match() and

When does re.match() differ from re.search()? re.match only checks the start of the string. re.search scans the entire string for ...

0:26
When does re.match() differ from re.search()? The Surprising Difference Between re.match() and

71 views

1 year ago