Module

Data.PreciseDateTime.Internal

Package
purescript-precise-datetime
Repository
awakesecurity/purescript-precise-datetime

#dropWhileEnd Source

dropWhileEnd :: (Char -> Boolean) -> String -> String

Returns the prefix remaining after dropping characters that satisfy the predicate from the end of the string.