Skip to content

a0000778/node_strwidth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

使用方式 | Usage

var strwidth=require('strwidth');

strwidth('a');//return 1
strwidth('abc');//return 3
strwidth('中文');//return 4
strwidth('\r\n');//return 0

About

取得字串顯示寬度 | get string width

Resources

Stars

Watchers

Forks

Packages