diff options
Diffstat (limited to 'app/Gedcom.php')
| -rw-r--r-- | app/Gedcom.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Gedcom.php b/app/Gedcom.php index 1010ac936c..7fc217a1e0 100644 --- a/app/Gedcom.php +++ b/app/Gedcom.php @@ -51,4 +51,7 @@ class Gedcom // Separates parts of a place name. public const PLACE_SEPARATOR = ', '; + + // Regex to match a (badly formed) GEDCOM place separator. + public const PLACE_SEPARATOR_REGEX = ' *, *'; } |
