string.rb revision b795aa29b9a4182f5b0586acd7656ba39e306c0b
#
# Extensions to the String class
#
# Creates a space-separated sequence of lower-case tokens such as "nice pizza ontology"
# from a sequence of title-case tokens such as "NicePizzaOntology", "Nice-Pizza-Ontology"
# or "Nice_Pizza_Ontology".
#
end
end
end