Class Index | File Index

Classes


Function Namespace Pot.Complex.rand.caseOf


Defined in: <pot.js>.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
Returns a string that converted by random case-sensitive of the alphabet in a given string.
Function Namespace Detail
Pot.Complex.rand.caseOf(string)
Returns a string that converted by random case-sensitive of the alphabet in a given string.
  var s = 'd41d8cd98f00b204e9800998ecf8427e';
  debug(rand.caseOf(s));
  // @results
  // e.g. 'D41D8Cd98F00b204E9800998Ecf8427e'
Parameters:
{String} string
Target string.
Returns:
{String} The result string.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 21 2012 19:32:22 GMT+0900 (JST)