package
0.0.104
Repository: https://github.com/alessiosavi/gogputils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
CheckPalindrome is delegated to verify if the given string is palindrome.
ContainsMultiple is delegated to verify if the given string 's' contains all the 'substring' present.
CountLines return the number of lines in the given string.
CreateJSON is delegated to create a simple json object for the key pair in input.
DiceCoefficient is bigram position dependent implementation of the Dice coefficient.
ExtractString is delegated to filter the content of the given data delimited by 'first' and 'last' string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsASCII is delegated to verify if a given string is ASCII compliant.
IsASCIIRune is delegated to verify if the given character is ASCII compliant.
IsBlank is delegated to verify that the string does not contain only empty char.
IsLower verify that a string contains only upper character.
IsUpper verify that a string contains only upper character.
JaroDistance is delegated to calculate the Jaro distance from the two given string.
Join is a quite efficient string "concatenator".
LevenshteinDistance is an optimized version for calculate the Levenshtein distance.
No description provided by the author
RemoveFromString Remove a given character in position i from the input string.
RemoveNonASCII is delegated to clean the text from the NON ASCII character.
ReplaceAtIndex is delegated to replace the character related to the index with the input rune.
ReverseString is delegated to return the reverse of the input string.
Split is delegated to split the string by the new line.
No description provided by the author
Trim is delegated to remove the initial, final whitespace and the double whitespace present in the data.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author