Documentation ¶
Overview ¶
Package strngs contains methods to simplify a few string operations Like validate a specific format, etc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidEmail ¶
IsValidEmail checks if a string is a valid email We only check for anything@anything.anything
func IsValidSlug ¶
IsValidSlug returns True if provided text does not contain white characters, punctuation, all letters are lower case and only from ASCII range. It could contain `-` and `_` but not at the beginning or end of the text.
Taken from https://github.com/gosimple/slug/blob/e9f42fa127660e552d0ad2b589868d403a9be7c6/slug.go#L144 under Mozilla Public License
func IsValidUUID ¶
IsValidUUID checks if a string is a valid UUID V4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.