Registry / utility / evt-casing

evt-casing

JSON →
library2.0.0.1rbrubygemsunverified

Convert the case of strings, symbols, and hash keys, including camelCase, PascalCase, and underscore_case.

gem install evt-casing
INSTALL
IMPORT
SIG · EVT-CASING
E
evt-casing
utilityrubyv2.0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Casing
require 'evt-casing'

Convert string case between camelCase, PascalCase, and underscore_case.

require 'evt-casing' Casing::Camel.('hello_world') # => "HelloWorld" Casing::Underscore.('HelloWorld') # => "hello_world"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
evt-casing — gem install evt-casing · libregistry