purescript/purescript-strings

Add takeEnd & dropEnd

flip111 opened this issue · 0 comments

  • takeEnd :: Int -> String -> String
  • dropEnd :: Int -> String -> String

Could these functions be added?