Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-24 01:46
Flavor·PCRE2 (PHP)

/
(^[[:blank:]]+|[[:blank:]]+$|([[:blank:]])[[:blank:]]+)
/
gm
Open regex in editor

Description

Remove spaces at the beginning and end of a sentence. It also replaces N consecutive spaces with a single one.

Submitted by abrittaf