regex-do-1.4: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Regex.Do.TypeRegex

Description

reexport common types from Text.Regex.PCRE

Synopsis

Documentation

data Regex :: *

A compiled regular expression

type MatchArray = Array Int (MatchOffset, MatchLength)

0 based array, with 0th index indicating the full match. If the full match location is not available, represent as (0,0).