# Functions
GenerateString generates a random string that matches the regular expression pattern.
NewGenerator creates a generator that returns random strings that match the regular expression in pattern.
# Constants
DefaultMaxUnboundedRepeatCount is default value for MaxUnboundedRepeatCount.
# Structs
GeneratorArgs are arguments passed to NewGenerator that control how generators are created.
# Interfaces
Generator generates random bytes or strings.
# Type aliases
CaptureGroupHandler is a function that is called for each capture group in a regular expression.