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

Scrubbing plain text wanted to ignore extra whitespaces at the end of the string.

Submitted by Eddie Choong - 13 days ago