Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-09 06:42
Flavor·PCRE (Legacy)

/
(^[ ]{1,})|([ ]{1,}$)
/
gm
Open regex in editor

Description

Delete spaces at beginning or end of a string

Submitted by anonymous