Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
((?:[A-Z])(?=[A-Z]| and|$))
/
gm

Description

Add some point missing to initials in a citation author list

Submitted by Pierre Racine - 2 years ago