Community Patterns

Community Library Entry

107

Regular Expression
Created·2013-09-10 08:21
Updated·2024-09-19 14:38
Flavor·ECMAScript (JavaScript)

/
^[ \t]+|[ \t]+$
/
gm
Open regex in editor

Description

Trim leading and trailing whitespace from a string.

Submitted by fp