# Functions
ContainsString checks if a given slice of strings contains the provided string.
CopyStrings copies the contents of the specified string slice into a new slice.
IsDeletionCandidate checks if object is candidate to be deleted.
NeedToAddFinalizer checks if need to add finalizer to object.
RemoveString returns a newly created []string that contains all items from slice that are not equal to s and modifier(s) in case modifier func is provided.
SortStrings sorts the specified string slice in place.