Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-04 23:18
Flavor·ECMAScript (JavaScript)

/
(^|\s)[a-z]
/
gm
Open regex in editor

Description

Lowercase whole line to make it work

Submitted by PolyFlower