MIT-style license.
Takashi Mizohata beatak@nydd.org
2008 [nydd](http://code.nydd.org/).
[nydd jslib](http://code.nydd.org/).
Everything is worthwhile / if the soul isn’t small.
String.padding = function ( hay, len, filler, dirc )
Align length of string.
static
| hay | anything but Function nor Object. Eventually casted to String |
| len | (Number) expected length |
| filler | anything but Function nor Object. Eventually casted to String |
| dirc | [option] (Boolean) direction of filling. true for Left align, false for right align and null for justify. |
(String) given length of string hay with filled by filler
Repeat chunk of sting.
String.fill = function ( filler, len )
Align length of string.
String.padding = function ( hay, len, filler, dirc )
Reverse the order of given string.
String.reverse = function ( str )
Trim empty characters on both side.
String.trim = function ( str )