Package

ViewHelpers

ViewHelper Documentation

v:random.string

Random: String Generator

Use either minimumLength / maximumLength or just length.

Specify the characters which can be randomized using characters.

Has built-in insurance that first character of random string is an alphabetic character (allowing safe use as DOM id for example).

Arguments

length integer

Length of string to generate

minimumLength integer

Minimum length of string if random length

mmaximumLength integer

Minimum length of string if random length

characters string

Characters to use in string

ViewHelper Resources

Schema Resources