Hace un par de días encontré
JavaScript: Convert a string to title case
http://www.w3resource.com/javascript-exercises/javascript-string-exercise-34.php?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+w3resource+%28w3resource%29Squeak no tiene ese método,así que recicle algo
String
asTitleCase
"Convert to CamelCase. Can be convenient
in conjunction with #asLegalSelector
'A man, a plan, a canal, panama' asCamelCase.
'A man, a plan, a canal, panama' asCamelCase asLegalSelector.
'Here 123should % be 6 the name6 of the method' asCamelCase.
'Here 123should % be 6 the name6 of the method' asCamelCase asLegalSelector."
^ self class streamContents: [:stream |
self substrings do: [:sub |
stream nextPutAll: (sub,self class space) capitalized]]
'Squeak no tiene ese método, así que recicle algo’ asTitleCase
Marcando la linea y haciendo do it 'Squeak No Tiene Ese Método, Así Que Recicle Algo ‘
@morplenauta te enseña @ morplenauta te entretiene y SqueakRos te dice contento …..