Class Regexp
In: lib/ruby2ruby.rb
Parent: Object

REFACTOR: stolen from ruby_parser

Constants

ENC_NONE = /x/n.options
ENC_EUC = /x/e.options
ENC_SJIS = /x/s.options
ENC_UTF8 = /x/u.options
CODES = { EXTENDED => 'x', IGNORECASE => 'i', MULTILINE => 'm', ENC_NONE => 'n', ENC_EUC => 'e', ENC_SJIS => 's', ENC_UTF8 => 'u', }

[Validate]