Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-27 12:41
Flavor·PCRE2 (PHP)

/
(?:\n|\s$)
/
gm
Open regex in editor

Description

this expression can be added to the end of a regular expression to match words which can end with NEW LINE or BLANK SPACE.

Submitted by J. V. L. Alves