Documentation
¶
Index ¶
- func ClearBOM(byt []byte) []byte
- func ClearString(str string) string
- func GenerateWrapperRegexp(wrapperStart string, wrapperEnd string, wrapperGroup string, ...) (output string)
- func IsArray(input interface{}) bool
- func IsJsonArray(content string) bool
- func IsJsonObject(content string) bool
- func MarshalUnmarshal(input interface{}, output interface{}) (interface{}, error)
- func ReadFileContent(filePath string) (string, error)
- func RegexpEscapeString(str string) string
- func WriteFileContent(path string, content string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearString ¶
func GenerateWrapperRegexp ¶ added in v1.0.6
func IsJsonArray ¶ added in v1.0.16
func IsJsonObject ¶ added in v1.0.16
func MarshalUnmarshal ¶ added in v1.0.21
func MarshalUnmarshal(input interface{}, output interface{}) (interface{}, error)
func ReadFileContent ¶
func RegexpEscapeString ¶ added in v1.0.17
func WriteFileContent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.