ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,844 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

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

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

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

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

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

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

Peter Schneider
What is the correct Regex to find a letter but NOT if it appears in a bigger pattern/word/phrase?

What is the correct Regex to find a letter but NOT if it appears in a bigger pattern/word/phrase? I hope you found a solution that ...

3:46
What is the correct Regex to find a letter but NOT if it appears in a bigger pattern/word/phrase?

3 views

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

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

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

11 months ago

Roel Van de Paar
How can I write a regular expression in python that stops at the first period in a string, which...

How can I write a regular expression in python that stops at the first period in a string, which has unpredictable kinds of characters ...

2:15
How can I write a regular expression in python that stops at the first period in a string, which...

1 view

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

TNTeach #NCERT #CBSE #Python
Learn Python Programming 16 - Regular Expressions Part 3 (regex)

Learn Python Programming import re fullname = "SUBRAMANIARAURAJU" if re.search(r"RA(M|G|J)U", fullname): print("\n1.name ...

3:28
Learn Python Programming 16 - Regular Expressions Part 3 (regex)

62 views

6 years ago

Peter Schneider
Using regex in python to parse a string for variables names and values

Using regex in python to parse a string for variables names and values I hope you found a solution that worked for you :) The ...

3:41
Using regex in python to parse a string for variables names and values

9 views

10 months 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
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

dist67
translate.py: With regex

... translate program and this time are the new options Alexander filtering X allow you to take a file apply a regular expression on it ...

3:53
translate.py: With regex

307 views

9 years ago