MCPcopy Create free account
hub / github.com/HumbleUI/JWM / capitalize

Method capitalize

examples/dashboard/java/Panel.java:47–49  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

45 }
46
47 public String capitalize(String s) {
48 return s.substring(0, 1).toUpperCase() + s.substring(1).toLowerCase();
49 }
50}

Callers 3

acceptMethod · 0.80
paintImplMethod · 0.80
paintImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected