Skip to content

Commit 78a5232

Browse files
committed
Merged in [18765] from henrik@levkowetz.com:
Added 'De' as a surname particle, in addition to 'de' (for author Luca De Cicco). - Legacy-Id: 18766 Note: SVN reference [18765] has been migrated to Git commit a284bce
2 parents 821d582 + a284bce commit 78a5232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/person/name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def name_particle_match(name):
12-
return re.search(r" (af|al|Al|de|der|di|Di|du|el|El|Hadi|in 't|Le|st\.?|St\.?|ten|ter|van|van der|van 't|Van|von|von der|Von|zu) ", name)
12+
return re.search(r" (af|al|Al|de|De|der|di|Di|du|el|El|Hadi|in 't|Le|st\.?|St\.?|ten|ter|van|van der|van 't|Van|von|von der|Von|zu) ", name)
1313

1414
def name_parts(name):
1515
prefix, first, middle, last, suffix = "", "", "", "", ""

0 commit comments

Comments
 (0)