feat(Random): add hex characters set
This commit is contained in:
parent
9eb428c528
commit
df790e0c9a
3 changed files with 7 additions and 2 deletions
|
|
@ -13,6 +13,10 @@ return [
|
|||
[
|
||||
'name' => 'Change length',
|
||||
'path' => '/?length=20'
|
||||
],
|
||||
[
|
||||
'name' => 'Only hex',
|
||||
'path' => '/?length=16&contains=hex'
|
||||
]
|
||||
],
|
||||
'append' => function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue