[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.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
name | string | The name to normalize |
Returns
Section titled “Returns”object
An object with the clean name and whether it was marked as exact
| Name | Type |
|---|---|
isExactName | boolean |
name | string |