package
0.0.0-20191010152823-76abfc1181a7
Repository: https://github.com/lyraproj/pcore.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ContainsAllStrings returns true if strings contains all entries in other.
ContainsString returns true if strings contains str.
No description provided by the author
No description provided by the author
IndentedString will produce a string from an Indentable using an Indenter.
No description provided by the author
IsDecimalInteger returns true if the string represents a base 10 integer.
MatchesAllStrings returns true if all strings are matched by at least one of the regexps.
MatchesString returns true if at least one of the regexps matches str.
NewIndenter creates a new Indenter for indent level zero.
NewIndenterWithLevel creates a new Indenter for the given level.
No description provided by the author
No description provided by the author
No description provided by the author
Unique creates a new slice where all duplicate strings in the given slice have been removed.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
An Indenter helps building strings where all newlines are supposed to be followed by a sequence of zero or many spaces that reflect an indent level.
No description provided by the author
# Interfaces
An Indentable can create build a string representation of itself using an Indenter.