Returns the length of an array. Written as a function so it can be used
as a function parameter.
|
code » | ||
Find the number in the list of values that is closest to the target.
|
code » | ||
Gets info about a word used as part of the lorem ipsum algorithm.
|
code » | ||
Returns the text is not empty or just whitespace.
|
code » | ||
![]()
Picks a random element of the array.
Arguments:
Returns: *
An element from the array.
|
code » | ||
![]()
Generates a random number for a normal distribution with the specified
mean and sigma.
|
code » | ||
Splits a piece of text into paragraphs.
|
code » | ||
Splits a piece of text into sentences.
|
code » | ||
Splits a piece of text into words..
|
code » |