regexchar-0.9.0.7: A POSIX extended regular-expression engine.

RegExChar.ExtendedRegExChar

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
An ExtendedRegEx, which has been specialised for Char, to create a tradition non-polymorphic regex.

Synopsis

Types

Type-synonyms

type InputData = InputData CharSource

Abbreviation.

Functions

Operators

(+~)Source

Arguments

:: InputData

The input-data string.

-> RegExOpts ExtendedRegExChar

The match-options, parameterised by the regex-specification.

-> Result Char 

A veneer over the underlying polymorphic operator, +~.

(=~)Source

Arguments

:: InputData

The input-data string.

-> RegExOpts ExtendedRegExChar

The match-options, parameterised by the regex-specification.

-> Bool 

A veneer over the underlying polymorphic operator, =~.

(/~)Source

Arguments

:: InputData

The input-data string.

-> RegExOpts ExtendedRegExChar

The match-options, parameterised by the regex-specification.

-> Bool 

Pattern-mismatch operator.