Skip to content

Instantly share code, notes, and snippets.

@schuay
Created May 19, 2017 13:01
Show Gist options
  • Save schuay/d0bdf92640d7306e181caab70d1ecf1a to your computer and use it in GitHub Desktop.
Save schuay/d0bdf92640d7306e181caab70d1ecf1a to your computer and use it in GitHub Desktop.
require("babel-polyfill");
var str = "fooBar";
console.log(str.split(/(?=[A-Z])/));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment