View Source Fussy.Validators.String (fussy v0.1.0-rc.2)

Link to this section Summary

Link to this section Types

@opaque t()

Link to this section Functions

@spec new(
  min_length: integer() | nil,
  max_length: integer() | nil,
  regex: Regex.t() | nil
) :: t()