We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a2654 commit a519904Copy full SHA for a519904
readme.md
@@ -7,9 +7,9 @@ Parts of a DOI:
7
* Registrant code: . + [0-9]{4,}
8
* Registrant subdivision (optional): . + [0-9]+
9
* Suffix: / + any character, case insensitive for ASCII chars (but capitalised
10
- in the registry), with some characters that _should_ be escaped
11
- Recommended encoding: ```"{}^[]`|\\&\/\'<>```
12
- Mandatory encoding: ```%"#? ```(and space)
+ in the registry), with some characters that _should_ be escaped
+ Recommended encoding: ```"{}^[]`|\\&\/\'<>```
+ Mandatory encoding: ```%"#?``` and space.
13
14
From: http://www.doi.org/doi_handbook/2_Numbering.html#2.2
15
0 commit comments