string

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MbStrLen

func MbStrLen(s string) int

MbStrLen string for utf8 php mb_strlen

func MbSubstr

func MbSubstr(s string, start int, length int) string

MbSubstr get substr for utf8 php mb_substr

func StrLen

func StrLen(s string) int

StrLen string length php strlen

func StrPos

func StrPos(s, substr string, start int) int

StrPos get first index of substr in s, from "start" index php strpos

func StrRPos

func StrRPos(s, substr string, start int) int

StrRPos get last index of substr in s, from "start" index php strrpos

func StrSplit

func StrSplit(s, sep string) []string

StrSplit slices s into all substrings separated by sep php str_split

func Substr

func Substr(s string, start int, length int) string

Substr get substr php substr

func SubstrCount

func SubstrCount(s, substr string) int

SubstrCount counts the number of substr in s php substr_count

func UCFirst

func UCFirst(s string) string

UCFirst toUpper the first letter php ucfirst

Types

This section is empty.

Jump to

Keyboard shortcuts

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