Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

17
  • 7
    \$\begingroup\$ Nice challenge! \$\endgroup\$ Commented Aug 21, 2018 at 22:22
  • 1
    \$\begingroup\$ Btw, for next time, consider using the Sandbox to iron out issues with a challenge before posting it to the main site. \$\endgroup\$ Commented Aug 21, 2018 at 22:34
  • 8
    \$\begingroup\$ @Adám No, the recursive string parsing logic required is the reason I wrote this prompt. \$\endgroup\$ Commented Aug 21, 2018 at 22:43
  • 2
    \$\begingroup\$ If the input is ['a','..b', '.c', '..d'], what should the output be? ['a','..b', '.c', '..d'] or ['a','.c','..b', '..d'] or some other thing? (I'm using '.' instead of space for visual clarity). \$\endgroup\$ Commented Aug 22, 2018 at 0:03
  • 2
    \$\begingroup\$ @streetster strings (a-z XOR A-Z) \$\endgroup\$ Commented Aug 22, 2018 at 21:12