Skip to content

eHanlin/string-form-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string-form-utils

Bower Install

bower install string-form-utils

Npm Install

npm install string-form-utils

Usage

var stringFormUtils = require('stringFormUtils');

//output `a`
console.log(stringFormUtils.transformToFullwidth("a"));

//output `a`
console.log(stringFormUtils.transformToHalfwidth("a"));

Build

gulp

Test

gulp test

About

This is a string tool for full or half text

Resources

License

Stars

Watchers

Forks

Packages

No packages published