We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a pretty basic thing but it wouldn't be difficult to allow honorifics for teachers to support suffixes in addition to prefixes.
Prefixes: Mr., Ms., Dr., Prof. Suffixes: PhD., MD
Dunno. Probably never be used but it'd be nice to support suffixes.
I believe that some very basic syntax could be used in the database: Dr.|MD
Dr.|MD
When displaying the name, if there is an honorific, run it through a basic parser that'll place the suffix on the end by splitting on "|".
Also, support Suffixes only... I know it's crazy but... |Esq.
|Esq.
Should result in "John Doe Esq."
The text was updated successfully, but these errors were encountered:
TiE23
No branches or pull requests
This is a pretty basic thing but it wouldn't be difficult to allow honorifics for teachers to support suffixes in addition to prefixes.
Prefixes:
Mr., Ms., Dr., Prof.
Suffixes:
PhD., MD
Dunno. Probably never be used but it'd be nice to support suffixes.
I believe that some very basic syntax could be used in the database:
Dr.|MD
When displaying the name, if there is an honorific, run it through a basic parser that'll place the suffix on the end by splitting on "|".
Also, support Suffixes only... I know it's crazy but...
|Esq.
Should result in "John Doe Esq."
The text was updated successfully, but these errors were encountered: