Skip to main content

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

ParameterType
namestring

Returns

string

String the new name value

Oaram

name String of the user's name