import "github.com/gohugoio/hugo/common/text"
RemoveAccents removes all accents from b.
RemoveAccentsString removes all accents from s.
type Position struct { Filename string // filename, if any Offset int // byte offset, starting at 0. It's set to -1 if not provided. LineNumber int // line number, starting at 1 ColumnNumber int // column number, starting at 1 (character count per line) }
Position holds a source position in a text file or stream.
IsValid returns true if line number is > 0.
Positioner represents a thing that knows its position in a text file or stream, typically an error.
Package text imports 9 packages (graph) and is imported by 23 packages. Updated 2020-12-03. Refresh now. Tools for package owners.