Channel Avatar

Regex Quickies with Wiktor Stribiżew @UCFeq5T-LNtqpVrn_rcJ9hFw@youtube.com

491 subscribers - no pronouns :c

Welcome to Regex Quickies! I am Wiktor Stribiżew, a regular


04:11
Matching custom numeric ranges
06:18
Numeric range regex generator
02:56
Consecutive lookarounds
05:52
Basic regex constructs overview (Part 1)
05:12
Writing cleaner regular expressions
03:32
Matching dots or commas as (not) part of numbers
06:06
Skipping matches in specific contexts (with SKIP & FAIL verbs)
06:44
Zero-width assertions
07:45
Regex tries, or efficient alternations in regex
09:14
Dynamic adaptive word boundaries
04:30
Branch reset groups - capture different patterns into same groups
04:36
Why "(?:\s|.)*" is a bad pattern to match any character including line breaks
03:49
Extracting multiple matches in a Notepad++ document
04:18
Swapping multiple values using conditional replacement patterns in Notepad++
03:54
Replacing exact number of character occurrences
04:30
A SO common question: Why does "\d*" find a match in "abc"?
05:19
Word boundaries in regex
04:39
Swapping parts of a string
04:16
Fixing catastrophic backtracking in a commonly used email regex
06:21
\G anchor use cases
02:50
Validating strings with comma-separated values (with no leading/trailing separators)
01:50
Limit the length of the whole string matched with a specific pattern
02:52
Extracting trimmed digit sequences between pipes
06:02
Regex flavors in R language
01:59
Replacing whitespaces in-between two different characters with a hyphen
04:23
Backtracking in regular expressions
02:50
Matching words between whitespace characters or start/end of string
01:57
Matching multiline strings between two strings, or how to match across lines
01:46
Removing non-numeric characters other than dots and commas from a string
02:39
Validate HH:MM:SS/HH:MM time string format
01:45
Overlapping regex matches
02:15
Matching a whole string and capturing any text before and after an optional word
03:10
Matching strings between two identical characters
03:28
Matching strings between two multicharacter strings
03:23
Match Strings Between Two Different Characters
02:29
Adding Hyphen To Regex
01:48
Extract Number After String (Basic and intermediate level)
01:28
Simple alphanumeric string validation