Function: fixName()
function fixName(name): string;
Defined in: helpers.ts:55
Takes the name from the client certificate and parses / cleans / fixes it to be more accurate. For instance a common mil is LAST.FIRST.MIDDLE.NUMBER, which we want to parse down to FIRST LAST.
Parameters
| Parameter | Type |
|---|---|
name | string |
Returns
string
String the new name value
Oaram
name String of the user's name