Options for Haskell Regular Expressions


OptionDescriptionBackend valuePortable value
ignorecaseCase insensitive (caseSensitive == False)ignorecase(not portable)
multiline^ and $ match EOL (multiline)multiline(not portable)
rightAssocRight associative (rightAssoc)rightAssoc(not portable)
newSyntaxAdd the extended non-POSIX syntax (tdfa only, newSyntax)newSyntax(not portable)
lastStarGreedyLast star is greedy (tdfa only, lastStarGreedy)lastStarGreedy(not portable)