Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
(^[ ]{1,})|([ ]{1,}$)
/
gm

Description

Delete spaces at beginning or end of a string

Submitted by anonymous - 3 years ago