pkg

package
v0.0.0-...-0e0034f Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsLower

func IsLower(s string) bool

*

  • Check for lowercase character(s)
  • @param string str <p>
  • The input string.
  • </p>
  • @param string<p>
  • @return bool.

func IsUpper

func IsUpper(s string) bool

*

  • Check for uppercase character(s)
  • @param string str <p>
  • The input string.
  • </p>
  • @param string<p>
  • @return bool.

func LCFirst

func LCFirst(str string) string

*

  • Make a string's first character lowercase
  • @param string str <p>
  • The input string.
  • </p>
  • @return string the resulting string.

func Lower

func Lower(value string) string

*

  • Convert the given string to lower-case. *
  • @param string $value
  • @return string

func UCWords

func UCWords(str string) string

*

  • Uppercase the first character of each word in a string
  • @param string str <p>
  • The input string.
  • </p>
  • @param string delimiters [optional] <p>
  • @return string the modified string.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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