RE_ORCID_TEXT

Constant RE_ORCID_TEXT 

Source
pub const RE_ORCID_TEXT: &str = r#"^(?<schema_uri>https[:]\/\/orcid\.org\/)?(?<identifier>[0-9]{4}-?[0-9]{4}-?[0-9]{4}-?[0-9]{3}(?<check_digit>[0-9X]))$"#;
Expand description

Patter text for ORCiD regular expression defined by RE_ORCID