Generate random strings using a pattern system based on regular expressions.
You can view the UI here.
This is the UI project, see strgen-js for the JS project.
Requires NodeJS. To use this UI:
- Clone this repo.
- Inside strgen-ui, run:
npm install
From the UI, you can:
- Generate strings using strgen-js
- View logs created after generation
- Change various settings/parameters relating to character duplicates, logging, preset character ranges etc
- Generate from list - select a random values from a list of values
- Read the strgen-js documentation
The UI should be mobile browser friendly in most areas (notifications and tooltips are not friendly, yet).