Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-05-28 04:37
Flavor·ECMAScript (JavaScript)

/
([aeiouAEIOU][a-zA-Z]+)|(([qwrtpsdfghjklzxcvbnmyQWRTPSDFGHJKLZXCVBNMY]+)([a-zA-Z]+))
/
g
Open regex in editor

Description

Adds -iggedy to words in the style of hip hop group DAS EFX.

Submitted by anonymous