Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Filter ¶ added in v0.17.0
Filter will run the function for every entry of the slice and will return a new slice with the entries that return true when used on the function
func Map ¶ added in v0.17.0
Map will apply the map function provided on every entry of the string slice and return a slice with the changes
func Normalize ¶
Normalize a string removes all non-english characters and lower case the string to help compare it with other strings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.