class REXML::DTD::ElementDecl
Constants
- PATTERN_RE
PATTERN_RE
= /^s*(#{START}.*?)>/um- START
- START_RE
Public Class Methods
new(match)
click to toggle source
s*(((([“‘]).*?”>5)|*)*?)(/)?>/um, true)
# File rexml-3.2.8/lib/rexml/dtd/elementdecl.rb, line 12 def initialize match @name = match[1] @rest = match[2] end