uppercase a single character js code example Example: javascript separate words by capital letter "thisIsATrickyOne".split(/(?=[A-Z])/);