Matches when the input matches pattern, e.g. Regex.new(~r/^[0-9]{4}$/).
Summary
Types
@type t() :: %Ussd.Decisions.Regex{pattern: Regex.t()}
Matches when the input matches pattern, e.g. Regex.new(~r/^[0-9]{4}$/).
@type t() :: %Ussd.Decisions.Regex{pattern: Regex.t()}