Instant is
off
|
Search plugin
|
Manual
|
haskell.org
intersperse
-base -bytestring
Packages
base
bytestring
text
intersperse
:: Char -> Text -> Text
text
Data.Text
,
text
Data.Text.Lazy
O(n)
The
intersperse
function takes a character and places it between the characters of a
Text
. Subject to fusion. Performs replacement on invalid scalar values.
©
Neil Mitchell
2004-2012, version 4.2.11