Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<=[.])(?=[^\s])
/
gm

Description

Add a whitespace after a period if it is followed by a non-whitespace character

Submitted by blacksmithop - 2 years ago