string

package
v0.0.0-...-5411de8 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IndexOfAll

func IndexOfAll(txt, sub string) (subIndexes []int)

func IndexOfAllSimple

func IndexOfAllSimple(txt, sub string) (subIndexes []int)

func Reverse

func Reverse(s string) string

Reverse returns its argument string reversed rune-wise left to right

func ReverseInStack

func ReverseInStack(s string) string

Reverse using stack

func ReverseNest

func ReverseNest(s string) string

reverse recursively

e.g. the input string: abcdef

reverse(bcdef)+a
reverse(cdef)+b
...

func ReverseNest1

func ReverseNest1(s string) string

reverse recursively (another manner)

func SearchShortestSubString

func SearchShortestSubString(s, letters string) string

find the shortest sub-string of s, the sub-string contains the letters

Types

This section is empty.

Jump to

Keyboard shortcuts

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