<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Utf8](./core.utf8.md) &gt; [noBom](./core.utf8.nobom.md)

## Utf8.noBom property

Strips a Byte-Order-Mark (BOM) from the UTF8 string.

<b>Signature:</b>

```typescript
static noBom: (s: Utf8String) => Utf8String;
```
