Instant is
off
|
Search plugin
|
Manual
|
haskell.org
takeWhile
-bytestring +text
Packages
bytestring
text
takeWhile
:: (Char -> Bool) -> Text -> Text
text
Data.Text
,
text
Data.Text.Lazy
O(n)
takeWhile
, applied to a predicate p and a
Text
, returns the longest prefix (possibly empty) of elements that satisfy p. Subject to fusion.
©
Neil Mitchell
2004-2012, version 4.2.11