Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-11-11 20:13
Flavor·ECMAScript (JavaScript)

/
[\s.,\/\(\):\n]+
/
g
Open regex in editor

Description

This regexp can be used to separate words in common text.

Submitted by Rafael Salazar