Skip to content

zplusfour/file-string-tools

Repository files navigation

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

About

Get the the file name without the file extension

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published