Все публикации

Having trouble with a regex inside the HTML pattern attribute?

Matching custom numeric ranges

Numeric range regex generator

Consecutive lookarounds

Basic regex constructs overview (Part 1)

Writing cleaner regular expressions

Matching dots or commas as (not) part of numbers

Skipping matches in specific contexts (with SKIP & FAIL verbs)

Zero-width assertions

Regex tries, or efficient alternations in regex

Dynamic adaptive word boundaries

Branch reset groups - capture different patterns into same groups

Why '(?:\s|.)*' is a bad pattern to match any character including line breaks

Extracting multiple matches in a Notepad++ document

Swapping multiple values using conditional replacement patterns in Notepad++

Replacing exact number of character occurrences

A SO common question: Why does '\d*' find a match in 'abc'?

Word boundaries in regex

Swapping parts of a string

Fixing catastrophic backtracking in a commonly used email regex

\G anchor use cases

Validating strings with comma-separated values (with no leading/trailing separators)

Limit the length of the whole string matched with a specific pattern

Extracting trimmed digit sequences between pipes