Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-09-15 09:16
Flavor·ECMAScript (JavaScript)

/
(?<MyLastParagraph>.*\s)$
/
g
Open regex in editor

Description

Selects the last paragraph of a text.

Submitted by Optimiza.tech