[Haskell-cafe] Data.ByteString.Lazy.Char8 and finding substrings
Donald Bruce Stewart
dons at cse.unsw.edu.au
Wed Feb 14 22:28:17 EST 2007
magnus:
> I'm curious, why doesn't Data.ByteString.Lazy.Char8 have the functions
> for searching for substrings that Data.ByteString.Char8 has (isPrefixOf,
> isSuffixOf, isSubstringOf, findSubstring and findSubstrings)?
>
Sorry for the delay.
The reason they're missing is that no one implemented it.
Would be nice to have though.
-- Don
More information about the Haskell-Cafe
mailing list