view tango/tango/group/text.d @ 194:8ee2c46ff938 trunk

[svn r210] Fixed: last commit was broken.
author lindquist
date Mon, 12 May 2008 18:48:09 +0200
parents 1700239cab2e
children
line wrap: on
line source

/*******************************************************************************

        copyright:      Copyright (c) 2007 Kris Bell. All rights reserved

        license:        BSD style: $(LICENSE)
        
        version:        Dec 2007: Initial release

        author:         Kris

        Convenience module to import text modules 

*******************************************************************************/

module tango.group.text;

public import tango.text.Text;
public import tango.text.Regex;
public import tango.text.Ascii;

public import Util = tango.text.Util;