Class: JsRegex::Converter::TypeConverter

Inherits:
Base
  • Object
show all
Defined in:
lib/js_regex/converter/type_converter.rb

Overview

Template class implementation.

Constant Summary collapse

HEX_EXPANSION =
'[A-Fa-f0-9]'
NONHEX_EXPANSION =
'[^A-Fa-f0-9]'

Instance Attribute Summary

Attributes inherited from Base

#context, #target

Method Summary

Methods inherited from Base

#convert, #initialize

Constructor Details

This class inherits a constructor from JsRegex::Converter::Base