Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-08-06 10:50
Flavor·PCRE (Legacy)

/
\b(?:you|u) only live once\b
/
gmi
Open regex in editor

Description

Substitutes "you only live once" with "YOLO".

Submitted by anonymous