Surgex.Parser.UuidParser (Surgex v6.0.1)

View Source

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

Summary

Functions

call(input)

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