package
0.0.0-20241129094806-a9593531c5f7
Repository: https://github.com/whiterabb17/gryphon.git
Documentation: pkg.go.dev
# Functions
Contains is used to check if an element exists in an array type agnostically.
ContainsAny checks if a string exists within a list of strings.
CreateWordList generates possible variations of each word in the wordlist.
No description provided by the author
ExtractIntFromString extracts a list of possible integers from a given string.
FullRemove removes all instances of a string from another string.
No description provided by the author
IntervalToSeconds converts a human friendly string indicating time into a proper integer.
Convert an IPv4 address to hex.
IpIncrement increments an IP address by 1.
Convert a port to hex.
No description provided by the author
RemoveDuplicatesInt returns an array of integers that are unique to each other.
RemoveDuplicatesStr returns an array of strings that are unique to each other.
RemoveFromSlice removes a string from a list of strings if it exists.
RemoveInt removes a given integer from a list of integers.
RemoveNewLines removes possible newlines from a string.
RemoveStr removes a given string from a list of strings.
Revert returns a reversed string.
RevertSlice reverses a slice type agnostically.
ShuffleSlice randomly shuffles a list of strings.
SizeToBytes converts a human friendly string indicating size into a proper integer.
No description provided by the author
SplitJoin splits a string then joins them using given delimiters.
No description provided by the author
StrToWords returns a list of strings which was split by spaces.
# Type aliases
No description provided by the author