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

Method Get

stringy.go:192–194  ·  view source on GitHub ↗

Get simply returns result and can be chained on function which returns StringManipulation interface

()

Source from the content-addressed store, hash-verified

190// Get simply returns result and can be chained on function which
191// returns StringManipulation interface
192func (i *input) Get() string {
193 return getInput(*i)
194}
195
196// KebabCase is variadic function that takes one Param slice of strings named rule and it returns passed string
197// in kebab case form. Rule param helps to omit character you want to omit from string. By default special characters

Callers

nothing calls this directly

Calls 1

getInputFunction · 0.85

Tested by

no test coverage detected