regex-do-3.2.2: PCRE wrapper
Safe HaskellSafe
LanguageHaskell2010

Text.Regex.Do.Type.Convert

Synopsis

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

Instances details
ToArray MatchArray Source # 
Instance details

Defined in Text.Regex.Do.Type.Convert

ToArray [PosLen] Source # 
Instance details

Defined in Text.Regex.Do.Type.Convert