method
const_regexp
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::Inflector
const_regexp(camel_cased_word)private
Mounts a regular expression, returned as a string to ease interpolation, that will match part by part the given constant.
const_regexp("Foo::Bar::Baz") # => "Foo(::Bar(::Baz)?)?" const_regexp("::") # => "::"