Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
/ strings Public archive

Package strings is a helper library written in Go for work with numbers strings.

License

Notifications You must be signed in to change notification settings

alesr/strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strings Build Status

Package strings is a helper library written in Go for working with strings.

PACKAGE DOCUMENTATION

package strings
    import "github.com/alesr/strings"

    Package strings is a helper library written in Go for working with strings.

FUNCTIONS

func Flip(s string) string
    Flip outputs the reverse string of a given string s

func PigLatin(s string) (string, error)
    PigLatin translator "egg" -> "eggway" "pig" -> "igay"

About

Package strings is a helper library written in Go for work with numbers strings.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages