Surgex.Parser.UuidParser (Surgex v5.0.0) View Source

This parser checks if the input is a proper UUID (with hyphens, case insentitive)

Link to this section Summary

Link to this section Functions

Specs

call(term()) :: {:ok, String.t() | nil} | {:error, :invalid_uuid}