@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 377 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Utf8](./core.utf8.md) > [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;
```