Regular Expressions 101

Community Patterns

There does not seem to be anything here

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 - 9 years ago