j
k
j a
j l
What's wrong with $- join: (s cutCamelCase collect: [ :each | each asLowercase])
What's wrong with
$- join: (s cutCamelCase collect: [ :each | each asLowercase])
There is no method called cutCamelCase in Pharo. If there was, this was exactly the right solution to use something existing. Best, Kasper
Attachments:
Back to the thread
Back to the list