file-string-tools

1.5.2 • Public • Published

file-string-tools npm package  npm version

Usage

First, Install the file-string-tools, type in the terminal:

$ npm install file-string-tools

Example

const FileTOOLS = require('file-string-tools');
const tool = new FileTOOLS();

console.log(tools.ext("hello.txt")) // .txt
console.log(tools.name("hello.txt")) // hello

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i file-string-tools

    Weekly Downloads

    1

    Version

    1.5.2

    License

    ISC

    Unpacked Size

    1.45 kB

    Total Files

    5

    Last publish

    Collaborators

    • shiftdb