qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Core.QRegExp

Description

Documentation

class Qcap x1 where Source

Methods

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

Instances

Qcap Int 
Qcap () 

class QindexIn x1 where Source

Methods

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