Class Regin::Group
In: lib/rack/mount/vendor/regin/regin/group.rb
Parent: Object

Methods

capture?   dup   include?   literal?   match   new   option_names   to_regexp   to_s  

Attributes

capture  [R] 
expression  [R] 
index  [R] 
lookahead  [R] 
name  [R] 
quantifier  [R] 

Public Class methods

Public Instance methods

Returns true if expression could be treated as a literal string.

A Group is literal if its expression is literal and it has no quantifier.

[Validate]