hedgehog-extras-0.4.0.1: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.String

Synopsis

Documentation

strip :: String -> String Source #

Strip whitepsace from the beginning and end of the string.

lastLine :: String -> String Source #

Get the last line in the string

firstLine :: String -> String Source #

Get the first line in the string