You can search for identifiers within the package.
in-package search v0.2.0
Conversions to and from the string format syntax with permissive input validation.
val decode : string -> (t, string) result
decode b parse string buffer b into a SID.
decode b
b
val encode : t -> string
encode s convert SID s to its string representation.
encode s
s