| AlphaNumericString |
Create an alpha-numeric string of the specified length, character-by-character.
|
| AlphaNumericStringAutoDocsInfo |
|
| Combinations |
Convert a numeric value into a code according to ASCII printable
characters.
|
| CombinationsAutoDocsInfo |
|
| DirectoryLines |
Read each line in each matching file in a directory structure, providing one
line for each time this function is called.
|
| DirectoryLinesAutoDocsInfo |
|
| DivideToLongToString |
This is equivalent to
|
| DivideToLongToStringAutoDocsInfo |
|
| HashedFileExtractToString |
Pseudo-randomly extract a section of a text file and return it according to some
minimum and maximum extract size.
|
| HashedFileExtractToStringAutoDocsInfo |
|
| HashedLinesToKeyValueString |
Generate a string in the format key1:value1;key2:value2;...
|
| HashedLinesToKeyValueStringAutoDocsInfo |
|
| HashedLineToString |
Return a pseudo-randomly selected String value from a single line of
the specified file.
|
| HashedLineToStringAutoDocsInfo |
|
| HashedLoremExtractToString |
Provide a text extract from the full lorem ipsum text, between the specified
minimum and maximum size.
|
| HashedLoremExtractToStringAutoDocsInfo |
|
| JoinTemplate |
Combine the result of the specified functions together with the
specified delimiter and optional prefix and suffix.
|
| JoinTemplateAutoDocsInfo |
|
| ListTemplate |
Create a List<String> based on two functions, the first to
determine the list size, and the second to populate the list with
string values.
|
| ListTemplateAutoDocsInfo |
|
| LongToString |
Return the string representation of the provided long.
|
| LongToStringAutoDocsInfo |
|
| MapTemplate |
Construct a Map<String,String> from a set of input functions
which determine the size of the map, the value of each key, and
the value for that key.
|
| MapTemplateAutoDocsInfo |
|
| ModuloCSVLineToString |
Select a value from a CSV file line by modulo division against the number
of lines in the file.
|
| ModuloCSVLineToStringAutoDocsInfo |
|
| ModuloLineToString |
Select a value from a text file line by modulo division against the number
of lines in the file.
|
| ModuloLineToStringAutoDocsInfo |
|
| Murmur3DivToString |
Yield a String value which is the result of hashing and modulo division
with the specified divisor to long and then converting the value to String.
|
| Murmur3DivToStringAutoDocsInfo |
|
| NumberNameToString |
|
| NumberNameToStringAutoDocsInfo |
|
| StaticStringMapper |
Return a static String value.
|
| StaticStringMapperAutoDocsInfo |
|
| StringDateWrapper |
This function wraps an epoch time in milliseconds into a String
as specified in the format.
|
| StringDateWrapperAutoDocsInfo |
|
| Template |
Creates a template function which will yield a string which fits the template
provided, with all occurrences of
|
| TemplateAutoDocsInfo |
|
| WeightedStrings |
Allows for weighted strings to be used, such as
|
| WeightedStringsAutoDocsInfo |
|