yayakm / RegexStringGenerator

A Java library designed to generate random String that matches specified regular expressions. This tool is invaluable for developers and testers who require dynamically generated data that adheres to specific patterns, such as creating unique IDs, keys under constraints.
Apache License 2.0
4 stars 1 forks source link

Implement a Builder for Regex Construction #17

Open yayakm opened 1 month ago

yayakm commented 1 month ago

Description: Implement a builder for easier regex construction within the library. This feature should enable users to build regex expressions incrementally, specifying parameters such as upper and lower bounds and segment size. The builder should support common regex patterns and provide a fluent interface for chaining configurations.

Acceptance Criteria: