Surgex.Parser.UuidParser (Surgex v4.15.0-git-5806) 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}