Skip to content

mah0x211/lua-toboolean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lua-toboolean

string to boolean conversion module.


Installation

$ luarocks install toboolean --from=http://mah0x211.github.io/rocks/

Usage

local toboolean = require('toboolean')

print( toboolean('true') == true )
print( toboolean('false') == false )

About

string to boolean conversion module

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages