Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transformer ¶
type Transformer struct{}
Transformer is a simple transformer that simply removes all intermediate form formatting codes it sees
func (Transformer) MakeIntermediate ¶
func (s Transformer) MakeIntermediate(in string) string
MakeIntermediate strips all formatting codes from the passed string
func (Transformer) Transform ¶
func (s Transformer) Transform(in string) string
Transform strips all formatting codes from the passed string
Click to show internal directories.
Click to hide internal directories.