Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-08-09 17:32
Flavor·Python

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

Description

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

Reference: Format of the ORCID iD

Submitted by Ken Lui