Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-06 12:20
Flavor·ECMAScript (JavaScript)

/
(?:(?:(\S+)\.*\s*))
/
mg
Open regex in editor

Description

Get each word from a text.

Submitted by anonymous