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

Method Between

stringy.go:24–24  ·  view source on GitHub ↗
(start, end string)

Source from the content-addressed store, hash-verified

22type StringManipulation interface {
23 Acronym() StringManipulation
24 Between(start, end string) StringManipulation
25 Boolean() bool
26 PascalCase(rule ...string) StringManipulation
27 CamelCase(rule ...string) StringManipulation

Callers 4

TestInput_BetweenFunction · 0.65
TestInput_EmptyBetweenFunction · 0.65
mainFunction · 0.65

Implementers 1

inputstringy.go

Calls

no outgoing calls

Tested by 3

TestInput_BetweenFunction · 0.52
TestInput_EmptyBetweenFunction · 0.52