Skip to content

Instantly share code, notes, and snippets.

@talentedaamer
Last active February 3, 2019 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talentedaamer/9f845f98f654a5f62b1f68f8cd83d980 to your computer and use it in GitHub Desktop.
Save talentedaamer/9f845f98f654a5f62b1f68f8cd83d980 to your computer and use it in GitHub Desktop.
Usage of strUcWords function.
/**
* import helper functions
*/
import { strUcWords } from './helper-functions';
let str = strUcWords( 'hello world in lowercase' );
// output : 'Hello World In Lowercase'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment