Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-15 13:47
Flavor·PCRE2 (PHP)

/
\n1 XXXX.*(\n[2-9].*)*
/
mg
Open regex in editor

Description

This will match level 2 OBJE tags and all subtags: \n2 OBJE.(\n[3-9].)* This will match level 3 OBJE tags and all subtags: \n3 OBJE.(\n[4-9].)* Source: https://www.webtrees.net/index.php/en/forum/help-for-release-2-1-x/37650-import-gedcom-without-obje#97068

Submitted by anonymous