I am working with an all-caps mailing list provided by a direct mail vendor. The function strproper does a great job with names containing hyphens (Catherine Zeta-Jones) and apostrophes (Miles O'Brien). However it does not convert the letter following the common Irish leadin Mc (as in John McSorley).
That is gen newname = strproper(oldname) renders JOHN MCSORLEY as John Mcsorley.
I have over 650 such names, so I am hoping not to do this manually. Any suggestions for workarounds or existing fixes would be welcome.
That is gen newname = strproper(oldname) renders JOHN MCSORLEY as John Mcsorley.
I have over 650 such names, so I am hoping not to do this manually. Any suggestions for workarounds or existing fixes would be welcome.
Comment