Class | String |
In: |
OWLScribble.rb
TagTreeScanner.rb |
Parent: | Object |
Extensions to the built-in String class
Returns a copy of the string with spaces inserted in the ‘appropriate’ spots. e.g.
"WikiWord".dewikiword #-> "Wiki Word" "OWLScribble".dewikiword #-> "OWL Scribble" "ToXML".dewikiword #-> "To XML"
Returns a copy of the string with all &, < and > characters replaced by their equivalent XML entities (&, <, and >)