Regular Expressions 101

Community Patterns

0

iostat

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago

Delete spaces at beginning or end of a string

0

Regular Expression
PCRE (PHP <7.3)

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

Description

Loading markdown...
Submitted by anonymous - 2 years ago