strings

package module
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2023 License: MIT Imports: 0 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VALID_LETTERS = map[byte]byte{
	'A': 'a', 'B': 'b', 'C': 'c', 'D': 'd', 'E': 'e', 'F': 'f', 'G': 'g', 'H': 'h', 'I': 'i',
	'J': 'j', 'K': 'k', 'L': 'l', 'M': 'm', 'N': 'n', 'O': 'o', 'P': 'p', 'Q': 'q', 'R': 'r',
	'S': 's', 'T': 't', 'U': 'u', 'V': 'v', 'W': 'w', 'X': 'x', 'Y': 'y', 'Z': 'z',
}

Functions

func Letters

func Letters() map[rune]string

func LowerCaseFirstLetter added in v0.0.5

func LowerCaseFirstLetter(name string) string

func Split added in v0.0.3

func Split(data, separator string) (result []string)

ej: "texto1,texto2" "," = []string{texto1,texto2}

func ToLowerCaseAlphabet

func ToLowerCaseAlphabet(in string) string

solo a minúscula texto del alfabeto

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL