Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

Description

Splits all words. Equivelent to String.prototype.split() but doesn't include space characters in the split. @see String.prototype.split

Submitted by JaGretz - 8 years ago