Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
bitninja-dispatcher /
node_modules /
strip-bom /
Delete
Unzip
Name
Size
Permission
Date
Action
index.js
317
B
-rw-r--r--
2026-02-18 13:02
license
1.09
KB
-rw-r--r--
2026-02-18 13:02
package.json
1.65
KB
-rw-r--r--
2026-02-18 13:02
readme.md
913
B
-rw-r--r--
2026-02-18 13:02
Save
Rename
# strip-bom [](https://travis-ci.org/sindresorhus/strip-bom) > Strip UTF-8 [byte order mark](http://en.wikipedia.org/wiki/Byte_order_mark#UTF-8) (BOM) from a string From Wikipedia: > The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8. ## Install ``` $ npm install --save strip-bom ``` ## Usage ```js const stripBom = require('strip-bom'); stripBom('\uFEFFunicorn'); //=> 'unicorn' ``` ## Related - [strip-bom-cli](https://github.com/sindresorhus/strip-bom-cli) - CLI for this module - [strip-bom-buf](https://github.com/sindresorhus/strip-bom-buf) - Buffer version of this module - [strip-bom-stream](https://github.com/sindresorhus/strip-bom-stream) - Stream version of this module ## License MIT © [Sindre Sorhus](https://sindresorhus.com)