Documentation
¶
Overview ¶
Package strings provides extended functionality for string types
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeyNotInMap = errors.New("key not found in map")
ErrKeyNotInMap represents an error for key not found in map
Functions ¶
func EscapeQuotes ¶
func IsApparentSQLDateFormat ¶
IsApparentSQLDateFormat is a rudimentary check that the input appears to be in SQL Format by matching a '####-##-## ##:##:##' format. No actual dates or times are parsed, so strings like '3928-31-28 88:73:95' would match.
Types ¶
Click to show internal directories.
Click to hide internal directories.