Community Patterns

Community Library Entry

0

Regular Expression
Created·2014-10-11 10:08
Flavor·Python

r"
\b(10[.][0-9]{4,}(?:[.][0-9]+)*/(?:(?!["&\'])\S)+)\b
"
Open regex in editor

Description

Matches any valid DOI

Submitted by jpowell