MCPcopy Create free account
hub / github.com/gobeam/stringy / Delimited

Method Delimited

stringy.go:29–29  ·  view source on GitHub ↗
(delimiter string, rule ...string)

Source from the content-addressed store, hash-verified

27 CamelCase(rule ...string) StringManipulation
28 ContainsAll(check ...string) bool
29 Delimited(delimiter string, rule ...string) StringManipulation
30 First(length int) string
31 Get() string
32 KebabCase(rule ...string) StringManipulation

Callers 3

TestInput_DelimitedFunction · 0.65
mainFunction · 0.65

Implementers 1

inputstringy.go

Calls

no outgoing calls

Tested by 2

TestInput_DelimitedFunction · 0.52