Qtc.Core.QRegularExpressionMatch

Contents

Documentation

class Qcaptured x1 where #

Methods

captured :: QRegularExpressionMatch a -> x1 -> IO String #

Instances
Qcaptured Int # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

captured :: QRegularExpressionMatch a -> Int -> IO String #

Qcaptured () # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

captured :: QRegularExpressionMatch a -> () -> IO String #

Qcaptured String # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

captured :: QRegularExpressionMatch a -> String -> IO String #

Qcaptured (QStringView t1) # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

captured :: QRegularExpressionMatch a -> QStringView t1 -> IO String #

class QcapturedEnd x1 where #

Methods

capturedEnd :: QRegularExpressionMatch a -> x1 -> IO Int #

Instances
QcapturedEnd Int # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedEnd :: QRegularExpressionMatch a -> Int -> IO Int #

QcapturedEnd () # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedEnd :: QRegularExpressionMatch a -> () -> IO Int #

QcapturedEnd String # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedEnd :: QRegularExpressionMatch a -> String -> IO Int #

QcapturedEnd (QStringView t1) # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedEnd :: QRegularExpressionMatch a -> QStringView t1 -> IO Int #

class QcapturedLength x1 where #

Methods

capturedLength :: QRegularExpressionMatch a -> x1 -> IO Int #

Instances
QcapturedLength Int # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedLength :: QRegularExpressionMatch a -> Int -> IO Int #

QcapturedLength () # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedLength :: QRegularExpressionMatch a -> () -> IO Int #

QcapturedLength String # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedLength :: QRegularExpressionMatch a -> String -> IO Int #

QcapturedLength (QStringView t1) # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

class QcapturedRef x1 where #

Methods

capturedRef :: QRegularExpressionMatch a -> x1 -> IO String #

Instances
QcapturedRef Int # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedRef :: QRegularExpressionMatch a -> Int -> IO String #

QcapturedRef () # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedRef :: QRegularExpressionMatch a -> () -> IO String #

QcapturedRef String # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedRef :: QRegularExpressionMatch a -> String -> IO String #

QcapturedRef (QStringView t1) # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedRef :: QRegularExpressionMatch a -> QStringView t1 -> IO String #

class QcapturedStart x1 where #

Methods

capturedStart :: QRegularExpressionMatch a -> x1 -> IO Int #

Instances
QcapturedStart Int # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedStart :: QRegularExpressionMatch a -> Int -> IO Int #

QcapturedStart () # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedStart :: QRegularExpressionMatch a -> () -> IO Int #

QcapturedStart String # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedStart :: QRegularExpressionMatch a -> String -> IO Int #

QcapturedStart (QStringView t1) # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

class QcapturedView x1 where #

Methods

capturedView :: QRegularExpressionMatch a -> x1 -> IO (QStringView ()) #

Instances
QcapturedView Int # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedView :: QRegularExpressionMatch a -> Int -> IO (QStringView ()) #

QcapturedView () # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

Methods

capturedView :: QRegularExpressionMatch a -> () -> IO (QStringView ()) #

QcapturedView (QStringView t1) # 
Instance details

Defined in Qtc.Core.QRegularExpressionMatch

hasMatch :: QRegularExpressionMatch a -> () -> IO Bool #

Orphan instances

QqisValid (QRegularExpressionMatch ()) () # 
Instance details

Methods

qisValid :: QRegularExpressionMatch () -> () -> IO Bool #

QqisValid (QRegularExpressionMatchSc a) () # 
Instance details

Methods

qisValid :: QRegularExpressionMatchSc a -> () -> IO Bool #

QregularExpression (QRegularExpressionMatch a) () # 
Instance details

QmatchType (QRegularExpressionMatch a) () # 
Instance details

QmatchOptions (QRegularExpressionMatch a) () # 
Instance details

QcapturedTexts (QRegularExpressionMatch a) () # 
Instance details

Methods

capturedTexts :: QRegularExpressionMatch a -> () -> IO [String] #

Qqswap (QRegularExpressionMatch ()) (QRegularExpressionMatch t1) # 
Instance details

Qqswap (QRegularExpressionMatchSc a) (QRegularExpressionMatch t1) # 
Instance details

Qqot (QRegularExpressionMatch ()) (QRegularExpressionMatch t1) (IO (QRegularExpressionMatch ())) # 
Instance details

Qqot (QRegularExpressionMatchSc a) (QRegularExpressionMatch t1) (IO (QRegularExpressionMatch ())) # 
Instance details