data-extra-2.2.0: Extra utilities for working on Data.* types.

Safe HaskellSafe-Inferred

Data.String.Extra

Description

Extra functions and classes for dealing with Strings.

Synopsis

Documentation

lower :: String -> StringSource

Lower case a string.

upper :: String -> StringSource

Upper case a string.

trim :: [Char] -> [Char]Source

Trim a string.

class ToString a whereSource

A class for converting to strings.

Methods

toString :: a -> StringSource

Instances