View Source TextParser.Text (text_parser v0.1.0)

Summary

Functions

Creates a new Text struct from the given text value.

Types

@type t() :: %TextParser.Text{tokens: [struct()], value: String.t()}

Functions

Creates a new Text struct from the given text value.