Data.ByteString.Lazy.Char8 and finding substrings
1 Feb
2007
1 Feb
'07
4: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
14 Feb
14 Feb
10:28 p.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
6837
Age (days ago)
6851
Last active (days ago)
1 comments
2 participants
participants (2)
-
dons@cse.unsw.edu.au -
Magnus Therning