ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

252 results

أحمد مصطفى عبد الباقي
Python lesson 17: Regular Expressions - Part 1

Python Lesson 17: Regular Expressions الدرس 17: التعبيرات النمطية Topics re.search match.span() match.start() match.end() ...

51:11
Python lesson 17: Regular Expressions - Part 1

41 views

3 months ago

CharlesGPT
print("Python Regex & Input Validation – Master in 1 Hour! 🐍✨")

learnpython #beginners #regex Ready to level up your Python skills? In this action-packed 1-hour tutorial, I break down regular ...

50:53
print("Python Regex & Input Validation – Master in 1 Hour! 🐍✨")

21 views

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

أحمد مصطفى عبد الباقي
Python lesson 18: Regular Expressions - Part 2

Python Course Lesson 18: Regular Expressions - Part 2 الدرس 18: التعبيرات النمطية Topics Special Characters Beginning of text ...

1:11:27
Python lesson 18: Regular Expressions - Part 2

8 views

2 months ago

src7cse
Regular Expressions  in Python | how to match pattern #Python #Pythonprogramming #src7cse

Regular Expressions in Python | how to match pattern #Python #Pythonprogramming #src7cse ...

6:31
Regular Expressions in Python | how to match pattern #Python #Pythonprogramming #src7cse

48 views

3 months ago

Red Hat Enterprise Linux
Understanding Regular Expressions (regex) | Into the Terminal 155

Regular Expressions (regex) are implemented in almost every programming language (python, c, ruby, perl, to name a few) and ...

57:57
Understanding Regular Expressions (regex) | Into the Terminal 155

1,235 views

Streamed 4 months ago

ANGE-DEV
🔥 PYTHON PENTESTING - Maîtriser les Expressions Régulières (Regex)  - PARTIE 1

Dans cette PREMIÈRE PARTIE sur les regex, on va pratiquer directement sur regex101.com avec 3 exercices concrets !

21:57
🔥 PYTHON PENTESTING - Maîtriser les Expressions Régulières (Regex) - PARTIE 1

62 views

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

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

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

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

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

BloxiCode
Why You Shouldn't Use Regex (and Alternatives)

Welcome to this comprehensive tutorial on Regex (Regular Expressions)! Whether you're a beginner or just need a quick ...

7:56
Why You Shouldn't Use Regex (and Alternatives)

45 views

4 months ago

Tech With Talal
How to extract numbers from a string #python #pythonprogramming #pythonlearning

Did you know that in Python, you can extract all numbers from a string using just one line of code? #learnpython #programming ...

1:10
How to extract numbers from a string #python #pythonprogramming #pythonlearning

1,273 views

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

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

Home Of Soltani
Master Regex with These 50+ Essential Patterns!

From basic characters to advanced validation, here is your rapid-fire guide to over 50 essential Regular Expression (Regex) ...

2:22
Master Regex with These 50+ Essential Patterns!

0 views

3 months ago

Python Peak
How can re Module improve text processing in Python? Transform Your Text Processing with Pythons re

How can re Module improve text processing in Python? The re module allows you to search for specific patterns in text easily.

0:42
How can re Module improve text processing in Python? Transform Your Text Processing with Pythons re

14 views

11 months ago

The Debug Zone
How to Capture Text After a Specific Character in a Python String

In this video, we'll explore a practical technique in Python for extracting text from a string after a specific character. Whether you're ...

1:52
How to Capture Text After a Specific Character in a Python String

1 view

4 months ago