UUID and Regex Fixture
Generate UUIDs and regex-constrained companion values for fixtures.
Use case
Use this when test payloads require both unique IDs and formatted codes.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Generate UUIDs and regex-constrained companion values for fixtures.
UUID / ID Generator
JSON → JSON
Generate IDs
IDs in the selected output format.
Regex Test Data Generator
JSON → JSON
Generate regex data
Pattern-matching values formatted as JSON array or newline text.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · UUID / ID Generator
UUID / ID Generator
Generate UUID or sequential IDs in JSON array, newline, or CSV formats.
ID generator input (JSON envelope)
Provide { "type": "uuid-v4|sequential", "count": 5, "format": "json-array|newline|csv", "prefix": "optional" }.
Generated IDs
IDs in the selected output format.
Run this step to process the current input and prepare the next workflow stage.
Regex Test Data Generator
Given a regex pattern, generate N example strings that match it. Useful for structured IDs, codes, and format-specific mock values.
Regex generator input (JSON envelope)
Provide { "pattern": "regex", "count": 5, "seed"?: 7, "format": "json-array|newline" }.
Generated regex samples
Pattern-matching values formatted as JSON array or newline text.
Run this step to process the current input and prepare the next workflow stage.