You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result I get is: Smith , John
due to the space that precedes {suffix} in my string_format.
However, I'd like the suffix to follow the last name if it ever occurs. Does your package allow for the trimming of space if no suffix exists, or should I implement this on my end?
Apologies if this is already addressed in the documentation! Thank you!
The text was updated successfully, but these errors were encountered:
I have this name:
John Smith
I'd like to reformat the name to look like this:
Smith, John
I've set the formatting I'd like to use:
The result I get is:
Smith , John
due to the space that precedes
{suffix}
in mystring_format
.However, I'd like the suffix to follow the last name if it ever occurs. Does your package allow for the trimming of space if no suffix exists, or should I implement this on my end?
Apologies if this is already addressed in the documentation! Thank you!
The text was updated successfully, but these errors were encountered: