0.0.7 • Published 6 years ago

extool v0.0.7

Weekly downloads
18
License
-
Repository
-
Last release
6 years ago

extool

Build Status

extool provides some useful extensions.

string.lpad

left pading string

"test".lpad(10) // "test "

string.rpad

right pading string

"test".rpad(10) // " test"

string.replaceAll

replaces all seraching word in string

"test".replaceAll("t", "tt") // "ttestt"

number.pad

pad to number 15.pad(5, "0") // 00015

string.fix

fix string to given length

"abcd".fix(5) // "abcd " "abcd".fix(3) // "abc"

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago