[Haskell-cafe] Searching of several substrings (with Data.Text ?)
Johannes Waldmann
waldmann at imn.htwk-leipzig.de
Tue Jul 5 20:21:36 CEST 2011
> ... a function that can search several substrings in one run.
use regular expressions? (the regexp can be compiled
into a finite automaton that scans the string just once.)
More information about the Haskell-Cafe
mailing list