preprocess Fields |
[This is preliminary documentation and is subject to change.]
The preprocess type exposes the following members.
| Name | Description | |
|---|---|---|
| _select_acronimWithDots | ||
| _select_acronimWithDotsAndSpaces | ||
| _select_enbraceAllTypes | ||
| _select_standardsFormatting |
Regex select standardsFormatting : [A-Z]{1,5}[\s\-\:]*[\d]{2,5}[\d\:]*
| |
| _select_titleAllCapital |
Regex select titleAllCapital : [\""][\s]{0,2}([A-Z]|[a-z]{1,}[\s\-]{0,2}){1,6}[\s]{0,2}[\""]
| |
| _select_titleFirstCapital |
Regex select titleFirstCapital : [\""][\s]{0,2}([A-Z]|[a-z]{1,}[\s\-]{0,2}){1,6}[\s]{0,2}[\""]
| |
| _select_yearDigitsOnly |
Regex select yearDigitsOnly : ([\d]{4})
| |
| _select_yearOrdinalInGramarCase |
Regex select yearOrdinalInGramarCase : [\d]{4}[-\s]{0,3}[a-z]{1,3}
|