aikimark

Results 4 comments of aikimark

I have responded via email. Should I copy my response into the textboxes above? This is my first pull request.

Here are two names where a parenthesized nickname is part/whole of the suffix: ``` Andrew Perkins, Jr., Col. (Ret) Lon (Jr.) Williams ``` Here are two names where the nickname...

I'll check this. The function that parses the nickname first assigns specific compiled regex patterns to variables and then iterates those variables. I don't think that part of the code...

The way I did it the first time was to append the compiled regex pattern directly to your internal class variable. More formal property functions might be helpful to your...