Regular Expressions 101

Community Patterns

DOI extraction

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(http:\/\/dx.doi.org\/10|10| DOI: 10|DOI:10).\d{4,9}\/[-._;()\/:0-9]+
/
im

Description

used to extract doi

Submitted by Sharjeel - 2 years ago