Documentation
¶
Index ¶
- func FindAllString(s string, regex string, trimRegex string) []string
- func FindAllStringIndex(s string, regex string) [][]int
- func Indexes(s, substr string) []int
- func IndexesByRegex(s, regex string) []int
- func IsNumericScreamingSnakeCase(s string) bool
- func ReplaceSubstring(s string, newSub string, start int, end int) string
- func SeparateKeyValue(s, separator, trimRegex string) (bool, string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAllStringIndex ¶ added in v0.2.0
func IndexesByRegex ¶
func ReplaceSubstring ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.