Skip to content

Proposition::hexChars()

Jonathan Gjertsen edited this page Jun 18, 2017 · 5 revisions

Syntax

$proposition->given(Proposition::hexChars($lowercase = false));

Provides a stream of hex chars. If $lowercase is true, the numbers 10-15 are represented as a-f, otherwise they are represented as A-F.

Other options

See String generator overview for a list of all string generators.