Skip to content
/ jumble Public

Our brains may read jumbled words as long as the First and Last letter is in the correct spot!

License

Notifications You must be signed in to change notification settings

shateq/jumble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tranposed Letter Effect

CI

... was an inspiration to create this library.

As a result you can jumble and cipher strings in various ways.

And it is WIP

Get started

go get github.com/shateq/jumble

import (
	"fmt"
	"github.com/shateq/jumble"
)

fun do() {
	fmt.Println(
		jumble.Jumble("Your long sentence")
	)
}

License

Project is licensed under MIT. Check LICENSE file for details.

About

Our brains may read jumbled words as long as the First and Last letter is in the correct spot!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages