Copyright © 2008 Roberto Saccon, Evan Miller
Introduced in: 2007-11-11 by Roberto Saccon, Evan Miller ------------------------------------------------------------------- ------------------------------------------------------------------- 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).
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(T::template()) -> {ok, S::tokens()} | {error, Reason}
Scan the template string T and return the a token list or an error.
Generated by EDoc, Feb 25 2011, 21:14:42.