regexdot-0.12.2.0: A polymorphic, POSIX, extended regex-engine.

Safe HaskellSafe
LanguageHaskell2010

RegExDot.CompilationOptions

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
  • Defines those options relating to compile-time.
  • These tend to be options which affect the result, rather than the means by which it is achieved.
  • Whilst similar structures are present in other regex-implementations, there's no standardisation of the fields.
Synopsis

Types

Data-types

data CompilationOptions Source #

The switch(es) used to control compilation of the regex-engine.

Constructors

MkCompilationOptions 

Fields

  • complyStrictlyWithPosix :: Bool

    Define the offset of captured data, corresponding to a sub-expression which matched zero times, as the artificial value -1 specified by POSIX.