regex-do-1.4: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Regex.Do.Trim

Synopsis

Documentation

class Trim a where Source

removes leading and trailing spaces and tabs

Methods

trim :: a -> a Source