Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-02-15 04:00
Flavor·PCRE2 (PHP)

/
^(.*)(\r?\n\1)+$
/
gm
Open regex in editor

Description

Find dups in keys, and throughout as a sanity check.

Submitted by Hooge