String (Class)

In: basiclibrary.rb
Parent: Object

Extensions to the String class

Methods

attrsafe   xmlsafe  

Public Instance methods

Calls xmlsafe, and then further replaces carriage returns and quote characters with entities

Return an xml/html safe version of the string, where every &, < and > are replaced with appropriate entities

[Validate]