| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | libraries@haskell.org |
Data.String
Contents
Description
TheString type and associated operations.
Synopsis
Class for string-like datastructures; used by the overloaded string extension (-foverloaded-strings in GHC).
Methods
fromString ::String -> aSource
lines ::String -> [String]Source
lines breaks a string up into a list of strings at newline characters. The resulting strings do not contain newlines.
words ::String -> [String]Source
words breaks a string up into a list of words, which were delimited by white space.
Produced byHaddock version 2.9.2