Data.ByteString.Lazy.Char8 and finding substrings

1 Feb
2007
1 Feb
'07
9:43 a.m.
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)? /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus.therning@gmail.com http://therning.org/magnus

15 Feb
15 Feb
3:28 a.m.
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
6718
Age (days ago)
6732
Last active (days ago)
1 comments
2 participants
participants (2)
-
dons@cse.unsw.edu.au
-
Magnus Therning