package
Version:
v1.2.1
Opens a new window with list of versions in this module.
Published: Feb 11, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func MbStrLen(s string) int
-
func MbSubstr(s string, start int, length int) string
-
func StrLen(s string) int
-
func StrPos(s, substr string, start int) int
-
func StrRPos(s, substr string, start int) int
-
func StrSplit(s, sep string) []string
-
func Substr(s string, start int, length int) string
-
func SubstrCount(s, substr string) int
-
func UCFirst(s string) string
MbStrLen string for utf8
php mb_strlen
MbSubstr get substr for utf8
php mb_substr
StrLen string length
php strlen
StrPos get first index of substr in s, from "start" index
php strpos
StrRPos get last index of substr in s, from "start" index
php strrpos
StrSplit slices s into all substrings separated by sep
php str_split
Substr get substr
php substr
SubstrCount counts the number of substr in s
php substr_count
UCFirst toUpper the first letter
php ucfirst
Source Files
¶
Click to show internal directories.
Click to hide internal directories.