debracketify

0.1.1 • Public • Published

debracketify

npm build license

Remove encompassing square brackets from a string.

Install

$ yarn add debracketify # Or alternatively: `npm install debracketify` 

Usage

'use strict';
 
const debracketify = require('debracketify');
 
debracketify('[Example]'); // >> 'Example'

Testing

$ yarn test # Or alternatively: `npm test` 

License

The MIT License (Expat). See the license file for details.

Package Sidebar

Install

npm i debracketify

Weekly Downloads

3

Version

0.1.1

License

MIT

Unpacked Size

5.78 kB

Total Files

16

Last publish

Collaborators

  • radioactivehamster