ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,348 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

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

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

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

CodeAdda
Regular Expressions - Dot Metacharacter

An intro to dot metacharacter in regular expressions.

2:42
Regular Expressions - Dot Metacharacter

77 views

7 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!]

9 views

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

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 - find patterns in a file and put them in a list (2 Solutions!!)

Python regex - find patterns in a file and put them in a list Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:39
Python regex - find patterns in a file and put them in a list (2 Solutions!!)

0 views

3 years ago

Roel Van de Paar
python regular expression regex (4 Solutions!!)

python regular expression regex Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:17
python regular expression regex (4 Solutions!!)

0 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
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

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

Roel Van de Paar
Pattern search by NOT using Regex algorithm and code in python (2 Solutions!!)

Pattern search by NOT using Regex algorithm and code in python Helpful? Please use the *Thanks* button above! Or, thank me ...

3:03
Pattern search by NOT using Regex algorithm and code in python (2 Solutions!!)

1 view

3 years ago

John Hammond
ASCII & Regular Expressions | "Find Me ASAP" (Hackcon2018 CTF)

If you would like to support me, please like, comment & subscribe, and check me out on Patreon: ...

2:44
ASCII & Regular Expressions | "Find Me ASAP" (Hackcon2018 CTF)

3,071 views

7 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

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

Nida Karagoz
Python Regex to match the FIRST repetition of a digit (3 SOLUTIONS!!)

Python Regex to match the FIRST repetition of a digit (3 SOLUTIONS!!) ✧ I really hope you found a helpful solution!

2:23
Python Regex to match the FIRST repetition of a digit (3 SOLUTIONS!!)

2 views

9 months ago