Copyright © 2008 Roberto Saccon, Evan Miller; 2009-2020 Marc Worrell
Introduced in: 2007-11-11 by Roberto Saccon, Evan Miller 2008 by Marc Worrell ------------------------------------------------------------------- ------------------------------------------------------------------- Adapted and expanded for Zotonic by Marc Worrell <marc@worrell.nl> -------------------------------------------------------------------
Authors: Roberto Saccon (rsaccon@gmail.com) [web site: http://rsaccon.com], Evan Miller (emmiller@gmail.com), Marc Worrell (marc@worrell.nl).
template() = string() | binary()
Template to parse
tokens() = [tuple()]
scan/1 | Scan the template string T and return the a token list or an error. |
scan/2 |
scan(T::template()) -> {ok, S::tokens()} | {error, Reason}
Scan the template string T and return the a token list or an error.
scan(SourceRef, Template) -> any()
Generated by EDoc