Crate pcre [] [src]

Structs

CompilationError
Match

Represents a match of a subject string against a regular expression.

MatchIterator

Iterator type for iterating matches within a subject string.

Pcre

Wrapper for libpcre's pcre object (representing a compiled regular expression).

Enums

CompileOption
ExecOption
StudyOption

Constants

ExecNoStartOptimize
ExecPartial

Functions

pcre_version

Returns libpcre version information.

Type Definitions

PcreExtra