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

Method Acronym

stringy.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21// StringManipulation is an interface that holds all abstract methods to manipulate strings
22type StringManipulation interface {
23 Acronym() StringManipulation
24 Between(start, end string) StringManipulation
25 Boolean() bool
26 PascalCase(rule ...string) StringManipulation

Callers 2

TestInput_AcronymFunction · 0.65
mainFunction · 0.65

Implementers 1

inputstringy.go

Calls

no outgoing calls

Tested by 1

TestInput_AcronymFunction · 0.52