regex-do-3.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 #

Minimal complete definition

toArray

Methods

toArray :: a -> MatchArray Source #