Qtc.Core.QRegExp

Contents

Documentation

class QqRegExp x1 where #

Methods

qRegExp :: x1 -> IO (QRegExp ()) #

Instances
QqRegExp () # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp :: () -> IO (QRegExp ()) #

QqRegExp String # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp :: String -> IO (QRegExp ()) #

QqRegExp (QRegExp t1) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp :: QRegExp t1 -> IO (QRegExp ()) #

QqRegExp (String, CaseSensitivity) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp :: (String, CaseSensitivity) -> IO (QRegExp ()) #

QqRegExp (String, CaseSensitivity, PatternSyntax) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp :: (String, CaseSensitivity, PatternSyntax) -> IO (QRegExp ()) #

class QqRegExp_nf x1 where #

Methods

qRegExp_nf :: x1 -> IO (QRegExp ()) #

Instances
QqRegExp_nf () # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp_nf :: () -> IO (QRegExp ()) #

QqRegExp_nf String # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp_nf :: String -> IO (QRegExp ()) #

QqRegExp_nf (QRegExp t1) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp_nf :: QRegExp t1 -> IO (QRegExp ()) #

QqRegExp_nf (String, CaseSensitivity) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp_nf :: (String, CaseSensitivity) -> IO (QRegExp ()) #

QqRegExp_nf (String, CaseSensitivity, PatternSyntax) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

qRegExp_nf :: (String, CaseSensitivity, PatternSyntax) -> IO (QRegExp ()) #

class Qcap x1 where #

Methods

cap :: QRegExp a -> x1 -> IO String #

Instances
Qcap Int # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

cap :: QRegExp a -> Int -> IO String #

Qcap () # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

cap :: QRegExp a -> () -> IO String #

qRegExpEscape :: String -> IO String #

class QindexIn x1 where #

Methods

indexIn :: QRegExp a -> x1 -> IO Int #

Instances
QindexIn String # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

indexIn :: QRegExp a -> String -> IO Int #

QindexIn (String, Int) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

indexIn :: QRegExp a -> (String, Int) -> IO Int #

QindexIn (String, Int, CaretMode) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

indexIn :: QRegExp a -> (String, Int, CaretMode) -> IO Int #

isMinimal :: QRegExp a -> () -> IO Bool #

class QlastIndexIn x1 where #

Methods

lastIndexIn :: QRegExp a -> x1 -> IO Int #

Instances
QlastIndexIn String # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

lastIndexIn :: QRegExp a -> String -> IO Int #

QlastIndexIn (String, Int) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

lastIndexIn :: QRegExp a -> (String, Int) -> IO Int #

QlastIndexIn (String, Int, CaretMode) # 
Instance details

Defined in Qtc.Core.QRegExp

Methods

lastIndexIn :: QRegExp a -> (String, Int, CaretMode) -> IO Int #

matchedLength :: QRegExp a -> () -> IO Int #

setMinimal :: QRegExp a -> Bool -> IO () #

qRegExp_delete :: QRegExp a -> IO () #

Orphan instances

QsetCaseSensitivity (QRegExp a) CaseSensitivity # 
Instance details

QqisValid (QRegExp ()) () # 
Instance details

Methods

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

QqisValid (QRegExpSc a) () # 
Instance details

Methods

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

QqisEmpty (QRegExp a) () # 
Instance details

Methods

qisEmpty :: QRegExp a -> () -> IO Bool #

QexactMatch (QRegExp a) String # 
Instance details

Methods

exactMatch :: QRegExp a -> String -> IO Bool #

QerrorString (QRegExp ()) () # 
Instance details

Methods

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

QerrorString (QRegExpSc a) () # 
Instance details

Methods

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

QcaseSensitivity (QRegExp a) () # 
Instance details

Methods

caseSensitivity :: QRegExp a -> () -> IO CaseSensitivity #

QsetPattern (QRegExp a) String # 
Instance details

Methods

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

Qpattern (QRegExp a) () # 
Instance details

Methods

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

QcapturedTexts (QRegExp a) () # 
Instance details

Methods

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

QcaptureCount (QRegExp a) () # 
Instance details

Methods

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

Qpos (QRegExp a) Int (IO Int) # 
Instance details

Methods

pos :: QRegExp a -> Int -> IO Int #

Qpos (QRegExp a) () (IO Int) # 
Instance details

Methods

pos :: QRegExp a -> () -> IO Int #

Qqswap (QRegExp ()) (QRegExp t1) # 
Instance details

Methods

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

Qqswap (QRegExpSc a) (QRegExp t1) # 
Instance details

Methods

qswap :: QRegExpSc a -> QRegExp t1 -> IO () #

Qqone (QRegExp ()) (QRegExp t1) # 
Instance details

Methods

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

Qqone (QRegExpSc a) (QRegExp t1) # 
Instance details

Methods

qone :: QRegExpSc a -> QRegExp t1 -> IO Bool #

Qqoe (QRegExp ()) (QRegExp t1) # 
Instance details

Methods

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

Qqoe (QRegExpSc a) (QRegExp t1) # 
Instance details

Methods

qoe :: QRegExpSc a -> QRegExp t1 -> IO Bool #

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

Methods

qot :: QRegExp () -> QRegExp t1 -> IO (QRegExp ()) #

Qqot (QRegExpSc a) (QRegExp t1) (IO (QRegExp ())) # 
Instance details

Methods

qot :: QRegExpSc a -> QRegExp t1 -> IO (QRegExp ()) #