Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Snake case words

node v14.20.1
version: master
endpointsharetweet
const { snakeCase } = require('snake-case');
snakeCase('AWSInstance');
snakeCase('EC2Box');
Loading…

no comments

    sign in to comment