Qtc.Core.QRegularExpression

Contents

Documentation

class QqRegularExpression x1 where #

Methods

qRegularExpression :: x1 -> IO (QRegularExpression ()) #

Instances
QqRegularExpression () # 
Instance details

Defined in Qtc.Core.QRegularExpression

Methods

qRegularExpression :: () -> IO (QRegularExpression ()) #

QqRegularExpression String # 
Instance details

Defined in Qtc.Core.QRegularExpression

Methods

qRegularExpression :: String -> IO (QRegularExpression ()) #

QqRegularExpression (QRegularExpression t1) # 
Instance details

Defined in Qtc.Core.QRegularExpression

QqRegularExpression (String, PatternOptions) # 
Instance details

Defined in Qtc.Core.QRegularExpression

Methods

qRegularExpression :: (String, PatternOptions) -> IO (QRegularExpression ()) #

qRegularExpressionEscape :: String -> IO String #

class QglobalMatch x1 where #

Instances
QglobalMatch String # 
Instance details

Defined in Qtc.Core.QRegularExpression

QglobalMatch (QStringRef t1) # 
Instance details

Defined in Qtc.Core.QRegularExpression

QglobalMatch (String, Int) # 
Instance details

Defined in Qtc.Core.QRegularExpression

Methods

globalMatch :: QRegularExpression a -> (String, Int) -> IO (QRegularExpressionMatchIterator ()) #

QglobalMatch (QStringRef t1, Int) # 
Instance details

Defined in Qtc.Core.QRegularExpression

QglobalMatch (String, Int, MatchType) # 
Instance details

Defined in Qtc.Core.QRegularExpression

QglobalMatch (QStringRef t1, Int, MatchType) # 
Instance details

Defined in Qtc.Core.QRegularExpression

QglobalMatch (String, Int, MatchType, MatchOptions) # 
Instance details

Defined in Qtc.Core.QRegularExpression

QglobalMatch (QStringRef t1, Int, MatchType, MatchOptions) # 
Instance details

Defined in Qtc.Core.QRegularExpression

namedCaptureGroups :: QRegularExpression a -> () -> IO [String] #

Orphan instances

Qoptimize (QRegularExpression a) () # 
Instance details

Methods

optimize :: QRegularExpression a -> () -> IO () #

QqisValid (QRegularExpression ()) () # 
Instance details

Methods

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

QqisValid (QRegularExpressionSc a) () # 
Instance details

Methods

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

QerrorString (QRegularExpression ()) () # 
Instance details

Methods

errorString :: QRegularExpression () -> () -> IO String #

QerrorString (QRegularExpressionSc a) () # 
Instance details

Methods

errorString :: QRegularExpressionSc a -> () -> IO String #

QsetPattern (QRegularExpression a) String # 
Instance details

Methods

setPattern :: QRegularExpression a -> String -> IO () #

Qpattern (QRegularExpression a) () # 
Instance details

Methods

pattern :: QRegularExpression a -> () -> IO String #

QcaptureCount (QRegularExpression a) () # 
Instance details

Methods

captureCount :: QRegularExpression a -> () -> IO Int #

Qmatch (QRegularExpression a) String (IO (QRegularExpressionMatch ())) # 
Instance details

Methods

match :: QRegularExpression a -> String -> IO (QRegularExpressionMatch ()) #

Qqswap (QRegularExpression ()) (QRegularExpression t1) # 
Instance details

Methods

qswap :: QRegularExpression () -> QRegularExpression t1 -> IO () #

Qqswap (QRegularExpressionSc a) (QRegularExpression t1) # 
Instance details

Methods

qswap :: QRegularExpressionSc a -> QRegularExpression t1 -> IO () #

Qqone (QRegularExpression ()) (QRegularExpression t1) # 
Instance details

Methods

qone :: QRegularExpression () -> QRegularExpression t1 -> IO Bool #

Qqone (QRegularExpressionSc a) (QRegularExpression t1) # 
Instance details

Methods

qone :: QRegularExpressionSc a -> QRegularExpression t1 -> IO Bool #

Qqoe (QRegularExpression ()) (QRegularExpression t1) # 
Instance details

Methods

qoe :: QRegularExpression () -> QRegularExpression t1 -> IO Bool #

Qqoe (QRegularExpressionSc a) (QRegularExpression t1) # 
Instance details

Methods

qoe :: QRegularExpressionSc a -> QRegularExpression t1 -> IO Bool #

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

Qqot (QRegularExpressionSc a) (QRegularExpression t1) (IO (QRegularExpression ())) # 
Instance details

Qmatch (QRegularExpression a) (QStringRef t1) (IO (QRegularExpressionMatch ())) # 
Instance details

Qmatch (QRegularExpression a) (String, Int) (IO (QRegularExpressionMatch ())) # 
Instance details

Methods

match :: QRegularExpression a -> (String, Int) -> IO (QRegularExpressionMatch ()) #

Qmatch (QRegularExpression a) (QStringRef t1, Int) (IO (QRegularExpressionMatch ())) # 
Instance details

Methods

match :: QRegularExpression a -> (QStringRef t1, Int) -> IO (QRegularExpressionMatch ()) #

Qmatch (QRegularExpression a) (String, Int, MatchType) (IO (QRegularExpressionMatch ())) # 
Instance details

Methods

match :: QRegularExpression a -> (String, Int, MatchType) -> IO (QRegularExpressionMatch ()) #

Qmatch (QRegularExpression a) (QStringRef t1, Int, MatchType) (IO (QRegularExpressionMatch ())) # 
Instance details

Qmatch (QRegularExpression a) (String, Int, MatchType, MatchOptions) (IO (QRegularExpressionMatch ())) # 
Instance details

Methods

match :: QRegularExpression a -> (String, Int, MatchType, MatchOptions) -> IO (QRegularExpressionMatch ()) #

Qmatch (QRegularExpression a) (QStringRef t1, Int, MatchType, MatchOptions) (IO (QRegularExpressionMatch ())) # 
Instance details