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

Method CamelCase

stringy.go:27–27  ·  view source on GitHub ↗
(rule ...string)

Source from the content-addressed store, hash-verified

25 Boolean() bool
26 PascalCase(rule ...string) StringManipulation
27 CamelCase(rule ...string) StringManipulation
28 ContainsAll(check ...string) bool
29 Delimited(delimiter string, rule ...string) StringManipulation
30 First(length int) string

Callers 4

TestInput_CamelCaseFunction · 0.65
mainFunction · 0.65

Implementers 1

inputstringy.go

Calls

no outgoing calls

Tested by 3

TestInput_CamelCaseFunction · 0.52