Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-28 21:21
Flavor·ECMAScript (JavaScript)

/
.+? (?<name>.+?) \((?<points>\d+) points?\)\n\n(?<description>.*?)\nEdit\nClone\nRemove\n
/
s
Open regex in editor

Description

no description available

Submitted by anonymous