Ad
  • Default User Avatar

    string passed in random test = 'gvHhSKYagwbwK VPSczvqyoEjgE zCcROzmIjvkLR vkFjRUubXFcfdia ikIOgCdYLwYC'
    string returned by my function = 'GvhhskyagwbwkVpsczvqyoejgeZccrozmijvklrVkfjruubxfcfdiaIkiogcdylwyc'
    error message says it shoud be = 'GvHhSKYagwbwKVPSczvqyoEjgEZCcROzmIjvkLRVkFjRUubXFcfdiaIkIOgCdYLwYC'

    doesn't look very PascalCase (which is correct name for strings with first word capitalized) to me... It's just missing spaces with capitalized first letters (only first letters should be capitalized).