Plugins - StringExt
Add to favoritesString Ext
Extending String with a class function rand(len) to generate a random string of ‘printable’ characters of ‘len’ length.
Example usage
>> String.rand(10) => "LACmrbvbU}" >> String.rand(10) => "[c\\k@psUOd"
http://thecodemill.biz/rdoc/string_ext/
http://thecodemill.biz/repository/plugins/string_ext/
LGPL
Misc. Enhancements
