Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

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

Description
Created·2023-06-06 15:00
Updated·2023-06-06 16:27
Type·Substitution
Flavor·Java

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
Open Workspace