Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-08-05 13:21
Flavor·ECMAScript (JavaScript)

/
(?<=^| and )((?:(?:.\.|[\w\-\u00C0-\u017F]+)\s*)(?:(?<! and )(?:.\.|[\w\-\u00C0-\u017F]+)\s*)*) ([\w\-\u00C0-\u017F]+)(?= and |$)
/
gm
Open regex in editor

Description

Convert a citation author list from

Pierre Racine and Luc Lauzon and Daniel Lesieur

to

Racine, Pierre and Lauzon, Luc and Lesieur, Daniel

Submitted by anonymous