Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-06-06 15:00
Updated·2023-06-06 16:27
Flavor·Java

"
(?:([^\.]{2,3}(?![^\.])\+?).*|.*\.(.*))([0-9]{2})$
"
gm
Open regex in editor

Description

A regex used to emulate the biblatex alphabetic citation key style in JabRef: https://discourse.jabref.org/t/use-field-markers-in-regex-for-citation-key-generator/3842

Submitted by anonymous