regex-do-1.3: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Regexdo.Trim

Synopsis

Documentation

class Trim a where Source

removes leading and trailing spaces and tabs

Methods

trim :: a -> a Source