Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Utilities.py File Reference

This file defines a utility class that can be used to work with Python strings. More...

Classes

class  Library.String.Utilities.Time
 A utility class that provides routines to handle time. More...
 
class  Library.String.Utilities.String
 A utility class for working with strings. More...
 
class  Library.String.Utilities.IsPrintable
 This class defines and implements a method to print the string representation of a class to the specified stream. More...
 

Variables

string Library.String.Utilities.sNumericCharacters = "0123456789."
 Characters that are considered numeric.
 
string Library.String.Utilities.sDefaultItemsDelimiter = ","
 The default delimiter to use between key/value pairs when exploding or imploding a string.
 
string Library.String.Utilities.sDefaultKeyDelimiter = "="
 The default delimiter to use between a key and a value when exploding or imploding a string.
 

Detailed Description

This file defines a utility class that can be used to work with Python strings.

It also defines an interface that is adopted by those classes which are capable of producing text representations of their data.