case icon indicating copy to clipboard operation
case copied to clipboard

handle abbr. in to_snake

Open flier opened this issue 5 years ago • 0 comments

to_snake shouldn't insert underscore inside an abbr, for example.

assert_eq!(&"DOMDebugger".to_snake(), "dom_debugger");
assert_eq!(&"IndexedDB".to_snake(), "indexed_db");

flier avatar Aug 05 '19 07:08 flier