regex-do-2.6.2: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Regex.Do.Pcre.Matchf

Description

internal module, exposed only to show the instances

Documentation

class Matchf hint b where Source

Associated Types

type H hint Source

type P hint Source

Methods

marray_ :: R_ b => hint (Pattern Regex) -> Body b -> H hint Source

poslen_ :: R_ b => hint (Pattern Regex) -> Body b -> P hint Source

Instances

once Source

Arguments

:: (R_ b, Extract b) 
=> Pattern Regex 
-> Body b 
-> [b]

matched content

all Source

Arguments

:: (R_ b, Extract b) 
=> Pattern Regex 
-> Body b 
-> [[b]]

matched content