Skip to content

Commit f79bc83

Browse files
author
Matt Might
committed
Fixed the regex in recap.
1 parent 8f88ce3 commit f79bc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/recap

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Each input name will match the following regex:
88

9-
# [A-Za-z]+ (([A-Za-z])+\.?)? [A-Za-z]+( [A-Za-z]+)(-[A-Za-z]+)?
9+
# [A-Za-z]+( [A-Za-z]+\.?)? [A-Za-z]+( [A-Za-z]+)*(-[A-Za-z]+)?
1010

1111
# Here are the rules for capitalization in multiword last names:
1212

0 commit comments

Comments
 (0)