# Functions
Contains tells whether a string is exist in a slice.
No description provided by the author
Find tells the index of a string in a slice, -1 if not found.
No description provided by the author
GetRandomString will generate random string with a certain length.
No description provided by the author
RemoveFromSlice will remove an element from slice.
# Constants
No description provided by the author