Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-09-01 07:44
Flavor·ECMAScript (JavaScript)

/
[vn]\.?\s*(C(hr?)?\.?|(Z(tr?)?\.?))
/
gmi
Open regex in editor

Description

Maches german era notations in date "v. Chr" and "v. Ztr"

It is meant to be tolerant : periods and spaces are optional, and it is case insensitive

Submitted by Olivier CHEVET