CharExtensions

ostrat.CharExtensions
class CharExtensions(thisChar: Char)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Returns a String. Replacing reserved HTML characters with their corresponding entities, in order to display XML code as text. Eg '>' is replaced by ">".

Returns a String. Replacing reserved HTML characters with their corresponding entities, in order to display XML code as text. Eg '>' is replaced by ">".

Attributes

Returns a String that repeats this Char the given parameter number of times.

Returns a String that repeats this Char the given parameter number of times.

Attributes