stringutil

package
v0.0.0-...-30c4fd9 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package stringutil adds functions for working with strings.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLine

func GetLine(in string, n int) string

GetLine gets the nth line \n-denoted line from a string.

func Left

func Left(s string, n int) string

Left returns the "n" left characters of the string.

If the string is shorter than "n" it will return the first "n" characters of the string with "…" appended. Otherwise the entire string is returned as-is.

func LowerFirst

func LowerFirst(s string) string

LowerFirst transforms the first character to lower case, leaving the rest of the casing alone.

func RemoveUnprintable

func RemoveUnprintable(s string) string

RemoveUnprintable removes unprintable characters (0 to 31 ASCII) from a string.

func UpperFirst

func UpperFirst(s string) string

UpperFirst transforms the first character to upper case, leaving the rest of the casing alone.

Types

This section is empty.

Jump to

Keyboard shortcuts

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