Skip to content

[F] normalizeExactName

function normalizeExactName(name): object;

Strip the exact-name marker from a name string and return both the clean name and whether the marker was present.

ParameterTypeDescription
namestringThe name to normalize

object

An object with the clean name and whether it was marked as exact

NameType
isExactNameboolean
namestring