package
1.9.5
Repository: https://github.com/performline/go-stockutil.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Truncate the given string to a certain number of characters.
Truncate the given string to a certain number of characters from the end.
Truncate the given string to a certain number of words.
Return the given string with environment variable substitution sequences expanded and (optionally) formatted.
No description provided by the author
HasPrefix tests whether the string s begins with any prefix in prefixes.
HasSuffix tests whether the string s begins with any suffix in suffixes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns whether the given string is a hexadecimal number.
No description provided by the author
Returns whether the letters (Unicode Catgeory 'L') in a given string are homogenous in case (all upper-case or all lower-case).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Prefix each element in the given string slice with prefix.
Prefix the given string if it is non-empty.
Takes the given string, splits it into lines, and prefixes each line with the given prefix string.
No description provided by the author
No description provided by the author
Split the given input into lines.
Split the given string into two parts.
Split the given string into two parts from the right.
Split the given string into two parts.
Split the given string into two parts.
No description provided by the author
Split the given string into words.
Return the given string with sequences repeating character replaced with a single instance of that character.
Return the given string with sequences of characters matching the given function replaced with a single instance of that character.
Return the given string with sequences of whitespace characters replaced with a single instance of that character.
Suffix each element in the given string slice with suffix.
Suffix the given string if it is non-empty.
Takes the given string, splits it into lines, and suffixes each line with the given suffix string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Return the given string with the given prefix and suffix removed.
No description provided by the author
No description provided by the author
Return the given string with prefixed and suffixed with other strings.
Wrap each element in the given string slice with prefix and suffix.
Wrap the given string if it is non-empty.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author
No description provided by the author
No description provided by the author
If set to true, ExpandEnv() will preserve ${...} sequences whose resulting value would yield an empty string.
RIGHT WHITE TORTOISE SHELL BRACKET (U+3019, Pe): 〙.
LEFT WHITE TORTOISE SHELL BRACKET (U+3018, Ps): 〘.
No description provided by the author
No description provided by the author

# Structs

A ScanInterceptor is used as a SplitFunc on a bufio.Scanner.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author