Module: TreRegex::Native

Extended by:
FFI::Library
Defined in:
lib/tre_regex.rb

Overview

The FFI Native Bridge

Defined Under Namespace

Classes: RegAMatch, RegAParams, RegMatch

Constant Summary collapse

REG_EXTENDED =

TRE Regex Configuration Flags

1
REG_ICASE =
2
REG_NEWLINE =
4
REG_NOSUB =
8