Generic Function Humanize-Name (2 methods)

( humanize-name < name > )

Part of:

package weblocks
Convert objects to a human-readable string suitable
for presentation. Default implementations beautify strings and
symbols.

Ex:
(humanize-name 'hello-world) => “Hello World”
(humanize-name “HELLO-WORLD”) => “Hello World”

Method Summary

humanize-name < string > 
humanize-name < symbol >