# Functions
No description provided by the author
CommonElementsInStringSlice takes 2 Slices of Strings and returns a Third Slice that is the common elements between the first 2 Slices.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
isValidUrl tests a string to determine if it is a well-structured url or not.
Map transfers the elements of its first argument using the result of the second fn(e).
No description provided by the author
OpenInBrowser opens the url in a web browser based on OS and $BROWSER environment variable.
No description provided by the author
PresentInIntSlice take a Hay (Slice of Ints) and a Needle (int) and returns true based on whether or not the Needle is present in the hay.
PresentInStringSlice take a Hay (Slice of Strings) and a Needle (string) and returns true based on whether or not the Needle is present in the hay.
No description provided by the author
Ptr takes any value and returns a pointer to that value.
No description provided by the author
No description provided by the author
ReplaceNonAlphaNumericChars: Replaces non alpha-numeric values with provided char/string.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author