Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Python

r"
^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]{1}$
"
gm

Description

The ORCID ID (16-digit identifiers) format checker.

Reference: Format of the ORCID iD

Submitted by Ken Lui - 4 months ago