...

Package stringutil

import "github.com/user/stringutil"
Overview
Index

Overview ▾

Package stringutil contains utility functions for working with strings.

Index ▾

Package files

reverse.go

func Reverse

func Reverse(s string) string

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