Media Summary: d matches numbers right? welllllllllll maybe not the numbers you expected! - intro to regexes: Today I give a crash course on the basics of today I talk about raw strings, invalid escape sequences (W605), and how to automatically fix them!

Python Regex Dynamic Replacements Intermediate Anthony Explains 456 - Detailed Analysis & Overview

d matches numbers right? welllllllllll maybe not the numbers you expected! - intro to regexes: Today I give a crash course on the basics of today I talk about raw strings, invalid escape sequences (W605), and how to automatically fix them! today I show a few situations where you'd want a today we talk about an all-too-common problem with Code Available Below! ↓ This video shows how to replace all substrings that match a given pattern with a different string using ...

today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in today I talk about the `str.translate` / `str.maketrans` methods as well as a quick use case on how you might use them! playlist: ...

Photo Gallery

python regex dynamic replacements (intermediate) anthony explains #456
python regex: \d gotcha! (beginner - intermediate) anthony explains #156
regex backreferences (intermediate) anthony explains #450
regex lookahead / lookbehind (intermediate) anthony explains #437
regular expressions crash course (beginner - intermediate) anthony explains #052
python: raw (NOT REGEX) r'strings' (beginner - intermediate) anthony explains #133
making a regex not match itself! (intermediate) anthony explains #090
pesky reDOS and python 3.11 (intermediate) anthony explains #563
Python Regex: How To Replace All Substrings In a String
python __future__ "module" (beginner - intermediate) anthony explains #055
python: str.translate (intermediate) anthony explains #205
regexes: capture groups (beginner - intermediate) anthony explains #075
Sponsored
View Detailed Profile
python regex dynamic replacements (intermediate) anthony explains #456

python regex dynamic replacements (intermediate) anthony explains #456

today I show a cool technique for

python regex: \d gotcha! (beginner - intermediate) anthony explains #156

python regex: \d gotcha! (beginner - intermediate) anthony explains #156

d matches numbers right? welllllllllll maybe not the numbers you expected! - intro to regexes: https://youtu.be/yFRSpPwrJzQ ...

regex backreferences (intermediate) anthony explains #450

regex backreferences (intermediate) anthony explains #450

today I talk about back references in

regex lookahead / lookbehind (intermediate) anthony explains #437

regex lookahead / lookbehind (intermediate) anthony explains #437

today we have another

regular expressions crash course (beginner - intermediate) anthony explains #052

regular expressions crash course (beginner - intermediate) anthony explains #052

Today I give a crash course on the basics of

Sponsored
python: raw (NOT REGEX) r'strings' (beginner - intermediate) anthony explains #133

python: raw (NOT REGEX) r'strings' (beginner - intermediate) anthony explains #133

today I talk about raw strings, invalid escape sequences (W605), and how to automatically fix them!

making a regex not match itself! (intermediate) anthony explains #090

making a regex not match itself! (intermediate) anthony explains #090

today I show a few situations where you'd want a

pesky reDOS and python 3.11 (intermediate) anthony explains #563

pesky reDOS and python 3.11 (intermediate) anthony explains #563

today we talk about an all-too-common problem with

Python Regex: How To Replace All Substrings In a String

Python Regex: How To Replace All Substrings In a String

Code Available Below! ↓ This video shows how to replace all substrings that match a given pattern with a different string using ...

python __future__ "module" (beginner - intermediate) anthony explains #055

python __future__ "module" (beginner - intermediate) anthony explains #055

today I talk about the __future__ module (not to be confused with the future module!) and how it affects execution in

python: str.translate (intermediate) anthony explains #205

python: str.translate (intermediate) anthony explains #205

today I talk about the `str.translate` / `str.maketrans` methods as well as a quick use case on how you might use them! playlist: ...

regexes: capture groups (beginner - intermediate) anthony explains #075

regexes: capture groups (beginner - intermediate) anthony explains #075

today I go over some more in-depth