regex-do-3.2: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Regex.Do.Trim

Synopsis

Documentation

class Trim a where Source #

removes leading and trailing spaces and tabs

Minimal complete definition

trim

Methods

trim :: a -> a Source #