Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-22 03:36
Updated·2022-08-01 07:23
Flavor·ECMAScript (JavaScript)

/
echo: (?<sound>\S+)(?:(?<lostAndNoise>.+)(?<echo>\k<sound>))+
/
gmu
Open regex in editor

Description

Submitted by Abitwhy