ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,548 results

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

UC Computer Science Education
Regular Expressions - 5 - A Bigger Example

Here we take a look at a much larger example of a Regular Expression, using the knowledge we gained previously to break it ...

2:27
Regular Expressions - 5 - A Bigger Example

1,989 views

8 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

CodeAdda
Regular Expressions - Dot Metacharacter

An intro to dot metacharacter in regular expressions.

2:42
Regular Expressions - Dot Metacharacter

77 views

7 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

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

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

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

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

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

7 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

Константин Дьяченко
How I debug Regular Expressions

Raw recording. Try it yourself: https://regex101.com/ Support me at https://www.patreon.com/konard ($1 per month is good ...

0:36
How I debug Regular Expressions

143 views

6 years ago

AtlasTV
The Wonderful World of Regular Expressions

In this video, we'll explore the wonderful world of regular expressions. We'll learn how to use them to match patterns in text, and ...

1:36
The Wonderful World of Regular Expressions

12 views

3 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

11 months ago

dist67
translate.py: With regex

... new options Alexander filtering X allow you to take a file apply a regular expression on it and each time that regular expression ...

3:53
translate.py: With regex

307 views

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