about | help | code help+videos | done | prefs |
noConsecutiveCapsSpecial
Return False when there are at least two consecutive capital letters in the string, except you should ignore the first character of the string. True otherwise. noConsecutiveCapsSpecial('AbA') → True noConsecutiveCapsSpecial('AA') → True noConsecutiveCapsSpecial('AbAbCsD') → True ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy