class Webgen::Utils::TagParser
This class is used to parse a string for webgen tags and replace them with dynamically generated content. See replace_tags
for more information.
Public Class Methods
new(prefix = nil)
Create a new TagParser
object, optionally providing a tag prefix.
Public Instance Methods
parse_params(param_string, tag)
Parse the parameter string and return the result.