Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exports = _p0.Exports{ {N: "contains", T: _p0.Func, F: _contains}, {N: "contains_any", T: _p0.Func, F: _contains_any}, {N: "count", T: _p0.Func, F: _count}, {N: "cut", T: _p0.Func, F: _cut}, {N: "equal_fold", T: _p0.Func, F: _equal_fold}, {N: "fields", T: _p0.Func, F: _fields}, {N: "find", T: _p0.Func, F: _find}, {N: "find_last", T: _p0.Func, F: _find_last}, {N: "has_prefix", T: _p0.Func, F: _has_prefix}, {N: "has_suffix", T: _p0.Func, F: _has_suffix}, {N: "into", T: _p0.Func, F: _into}, {N: "join", T: _p0.Func, F: _join}, {N: "lines", T: _p0.Func, F: _lines}, {N: "match", T: _p0.Func, F: _match}, {N: "match_all", T: _p0.Func, F: _match_all}, {N: "repeat", T: _p0.Func, F: _repeat}, {N: "replace", T: _p0.Func, F: _replace}, {N: "split", T: _p0.Func, F: _split}, {N: "to_lower", T: _p0.Func, F: _to_lower}, {N: "to_title", T: _p0.Func, F: _to_title}, {N: "to_upper", T: _p0.Func, F: _to_upper}, {N: "trim", T: _p0.Func, F: _trim}, {N: "trim_left", T: _p0.Func, F: _trim_left}, {N: "trim_prefix", T: _p0.Func, F: _trim_prefix}, {N: "trim_right", T: _p0.Func, F: _trim_right}, {N: "trim_space", T: _p0.Func, F: _trim_space}, {N: "trim_suffix", T: _p0.Func, F: _trim_suffix}, }
Functions ¶
This section is empty.
Types ¶
type LinesOptions ¶ added in v0.0.3
type LinesOptions struct {
Max_line_size int64
}
Click to show internal directories.
Click to hide internal directories.