Module: Regex

Defined in:
lib/regex/anchor.rb,
lib/regex/wildcard.rb,
lib/regex/character.rb,
lib/regex/char_class.rb,
lib/regex/char_range.rb,
lib/regex/expression.rb,
lib/regex/lookaround.rb,
lib/regex/repetition.rb,
lib/regex/alternation.rb,
lib/regex/match_option.rb,
lib/regex/multiplicity.rb,
lib/regex/quantifiable.rb,
lib/regex/concatenation.rb,
lib/regex/char_shorthand.rb,
lib/regex/raw_expression.rb,
lib/regex/capturing_group.rb,
lib/regex/atomic_expression.rb,
lib/regex/monadic_expression.rb,
lib/regex/compound_expression.rb,
lib/regex/non_capturing_group.rb,
lib/regex/polyadic_expression.rb

Overview

This module is used as a namespace

Defined Under Namespace

Modules: Quantifiable Classes: Alternation, Anchor, AtomicExpression, CapturingGroup, CharClass, CharRange, CharShorthand, Character, CompoundExpression, Concatenation, Expression, Lookaround, MatchOption, MonadicExpression, Multiplicity, NonCapturingGroup, PolyadicExpression, RawExpression, Repetition, Wildcard