Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-09-24 18:23
Flavor·PCRE (Legacy)

/
(?<=pts\. ;)(.*)(?= ;\D)|;(?<=Overall Score ;).*(?= ;)
/
gmi
Open regex in editor

Description

last sequence of numbers either starting with pts Pts or Overall Score

Submitted by anonymous