Documentation ¶
Index ¶
- func KvFinder(mode string, k1 string, k2 string) bool
- func PercToDecimal(v *interface{})
- func RegMatch(text string, regexmatch string) []string
- func RegSplit(text string, delimiter string) []string
- func SnakeCaseToCamelCase(key *string)
- func SplitKey(key, splitChar string) (string, string, bool)
- func ValueParse(v interface{}, regex string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SnakeCaseToCamelCase ¶
func SnakeCaseToCamelCase(key *string)
SnakeCaseToCamelCase converts snake_case to camelCase
func ValueParse ¶
ValueParse Plucks first found value out with regex, if nothing found send back the value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.