| 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 Div(...), but returns
the result after String.valueOf(...).
|
| DivideToLongToStringAutoDocsInfo |
|
| Expr |
|
| ExprAutoDocsInfo |
|
| 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 |
|
| MD5HexString |
Computes the MD5 digest of the byte image of the input long, and
returns it in hexadecimal String form.
|
| MD5HexStringAutoDocsInfo |
|
| 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 |
Provides the spelled-out name of a number.
|
| 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 {} substituted pair-wise with the
result of the provided functions.
|
| TemplateAutoDocsInfo |
|
| ToBase64String |
Computes the Base64 representation of the byte image of the input long.
|
| ToBase64StringAutoDocsInfo |
|
| WeightedStrings |
Allows for weighted elements to be used, such as
a:0.25;b:0.25;c:0.5 or a:1;b:1.0;c:2.0
The unit weights are normalized to the cumulative sum
internally, so it is not necessary for them
to add up to any particular value.
|
| WeightedStringsAutoDocsInfo |
|