0.0.7 • Published 3 years ago

@appres/filename v0.0.7

Weekly downloads
25
License
MIT
Repository
github
Last release
3 years ago

File name related functions

Description

Remove unusable characters from the file name. In other words, it only returns the available strings.

Install

npm i @appres/filename

Import

const FileName = require('@appres/filename');

or

import { FileName } from '@appres/filename';

Usage

let filename1 = FileName.valid("some_file_name.txt");
let filename2 = FileName.valid("../../*?some_?*file_name.txt.");

Return will be same to "some_file_name.txt"
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago

0.0.2

3 years ago

0.0.0

3 years ago