feat(Random): add hex characters set

This commit is contained in:
Matthieu Bessat 2021-08-21 21:48:33 +02:00
parent 9eb428c528
commit df790e0c9a
3 changed files with 7 additions and 2 deletions

View file

@ -13,6 +13,10 @@ return [
[
'name' => 'Change length',
'path' => '/?length=20'
],
[
'name' => 'Only hex',
'path' => '/?length=16&contains=hex'
]
],
'append' => function () {