| Safe Haskell | Safe | 
|---|---|
| Language | Haskell2010 | 
Text.Regex.Do.Type.Convert
Synopsis
- toByteString :: String -> ByteString
 - toString :: ByteString -> String
 - class ToArray a where
- toArray :: a -> MatchArray
 
 
Documentation
toByteString :: String -> ByteString Source #
both Ascii and Utf8
toString :: ByteString -> String Source #
both Ascii and Utf8
class ToArray a where Source #
Methods
toArray :: a -> MatchArray Source #
Instances
| ToArray MatchArray Source # | |
Defined in Text.Regex.Do.Type.Convert Methods toArray :: MatchArray -> MatchArray Source #  | |
| ToArray [PosLen] Source # | |
Defined in Text.Regex.Do.Type.Convert Methods toArray :: [PosLen] -> MatchArray Source #  | |