View Source UAParser.Parsers.Base behaviour (ua_parser v1.9.2)

A module representing the base and behaviour for all of our parsers.

Summary

Callbacks

parse(args)

@callback parse(args :: term()) :: result :: term() | nil

Functions

replace(string, position, match)

replacement_parser(opts)

(macro)