Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-05-31 01:17
Flavor·PCRE2 (PHP)

/
(?<=[ \t])( +)(?=[ \t])
/
s
Open regex in editor

Description

White spaces between two white spaces.

Submitted by jrjmm