regex-do-1.1: PCRE regex funs

Safe HaskellNone
LanguageHaskell2010

Regexdo.Trim

Synopsis

Documentation

class Trim a where Source

removes leading and trailing spaces and tabs

Methods

trim :: a -> a Source