text
Extends:
Static Method Summary
Static Public Methods | ||
public static |
alpha(): * Generate a random alphabetic character |
|
public static |
alphanum(): * Generate a random alphanumeric character |
|
public static |
any(): * Generate string comprised of random generators |
|
public static |
arithmeticOperator(): * Generate a random arithmetic operator |
|
public static |
assignmentOperator(): * Generate a random assignment operator |
|
public static |
bidiCharCodes(): * Generate a random character that affects bidi layout |
|
public static |
character(): * Generate a single character |
|
public static |
charset(): * |
|
public static |
controlChar(): * Generate a random control character |
|
public static |
currency(): * |
|
public static |
digit(): * Generate a random digit |
|
public static |
fromBlocks(set: *, maxlen: *): * |
|
public static |
language(): * |
|
public static |
layoutCharCodes(): * Generate a random character that may affect layout |
|
public static |
lineEnd(): * Generate a random line ending |
|
public static |
quotedString(): * |
|
public static |
Wrapper for all text generators |
|
public static |
token(): * Generate a random token |
|
public static |
unicodeBMP(): * Generate a random basic multilingual plane character |
|
public static |
Generate a random unicode combining character http://www.unicode.org/Public/6.0.0/ucd/UnicodeData.txt |
|
public static |
unicodeSIP(): * Generate a random supplementary ideographic plane character |
|
public static |
unicodeSMP(): * Generate a random supplementary multilingual plane character |
|
public static |
unicodeSSP(): * Generate a random supplementary special-purpose plane character |
Static Public Methods
public static bidiCharCodes(): * source
Generate a random character that affects bidi layout
Return:
* |
public static fromBlocks(set: *, maxlen: *): * source
Params:
Name | Type | Attribute | Description |
set | * | ||
maxlen | * |
Return:
* |
public static layoutCharCodes(): * source
Generate a random character that may affect layout
Return:
* |
public static unicodeCombiningCharacter(): * source
Generate a random unicode combining character http://www.unicode.org/Public/6.0.0/ucd/UnicodeData.txt
Return:
* |
public static unicodeSIP(): * source
Generate a random supplementary ideographic plane character
Return:
* |
public static unicodeSMP(): * source
Generate a random supplementary multilingual plane character
Return:
* |
public static unicodeSSP(): * source
Generate a random supplementary special-purpose plane character
Return:
* |