String -base

module Graphics.Rendering.OpenGL.GL.StringQueries
OpenGL Graphics.Rendering.OpenGL.GL.StringQueries
This module corresponds to parts of section 6.1.5 (String Queries) of the OpenGL 3.2 specs.
string :: Stream s m Char => String -> ParsecT s u m String
parsec Text.Parsec.Char, parsec Text.ParserCombinators.Parsec.Char
string s parses a sequence of characters given by s. Returns the parsed string (i.e. s). > divOrMod = string "div" > <|> string "mod"
package string-class
package
String class library Version 0.1.5.1
package string-combinators
package
string-combinators provides handy polymorphic functions to build and combine string-like values. All functions are polymorphic in their string-like type but usually have a Monoid or IsString constraint. Version 0.6.0.3
package string-conversions
package
Provides a simple type class for converting values of different string types into values of other string types. Version 0.2
package string-qq
package
QuasiQuoter for non-interpolated strings, texts and bytestrings. Version 0.0.2
package string-quote
package
QuasiQuoter for non-interpolated strings, texts and bytestrings. Version 0.0.1
stringBufferOp :: BufferOp String
HTTP Network.BufferType
stringBufferOp is the BufferOp definition over Strings. It is defined in terms of strictBufferOp operations, unpacking/converting to String when needed.
package stringbuilder
package
https://github.com/sol/stringbuilder#readme Version 0.1.0
stringE :: String -> ExpQ
template-haskell Language.Haskell.TH.Lib, template-haskell Language.Haskell.TH
StringL :: String -> Lit
template-haskell Language.Haskell.TH.Syntax, template-haskell Language.Haskell.TH
stringL :: String -> Lit
template-haskell Language.Haskell.TH.Lib, template-haskell Language.Haskell.TH
stringLiteral :: GenTokenParser s u m -> ParsecT s u m String
parsec Text.Parsec.Token, parsec Text.ParserCombinators.Parsec.Token
This lexeme parser parses a literal string. Returns the literal string value. This parsers deals correctly with escape sequences and gaps. The literal string is parsed according to the grammar rules defined in the Haskell report (which matches most programming languages quite closely).
package stringprep
package
Implements the StringPrep algorithm Version 0.1.4
StringPrimL :: String -> Lit
template-haskell Language.Haskell.TH.Syntax, template-haskell Language.Haskell.TH
A primitive C-style string, type Addr#
stringPrimL :: String -> Lit
template-haskell Language.Haskell.TH.Lib, template-haskell Language.Haskell.TH
package stringsearch
package
This package provides several functions to quickly search for substrings in strict or lazy ByteStrings. It also provides functions for breaking or splitting on substrings and replacing all occurrences of a substring (the first in case of overlaps) with another. GHC before 6.10 are no longer supported, other compilers only if they support BangPatterns. If you need it to work with other compilers, send a feature request. Version 0.3.6.3
package stringtable-atom
package
Memoize Strings as Atoms for fast comparison and sorting, with maps and sets Version 0.0.6.1
stringToHtml :: String -> Html
html Text.Html
stringToHtml :: String -> Html
xhtml Text.XHtml.Strict, xhtml Text.XHtml.Frameset, xhtml Text.XHtml.Transitional
Convert a String to Html, converting characters that need to be escaped to HTML entities.

Show more results