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*

3
  • 1
    this removes duplicates say foo1 for rest of the words if they had and just keep for first word, for example if there were A foo1, B foo1, you will output A foo1, B Commented Mar 19, 2021 at 11:15
  • That was my understanding of the specs. This is what happens when OPs provide skeleton inputs and leave it to the responder to divine the expected interpretation. Commented Mar 19, 2021 at 12:30
  • @guest_7 Thanks. As mentioned in the question, you may assume that I am compiling a dictionary. "A foo1, B" does not seem to be what a dictionary would look like. Commented Mar 20, 2021 at 4:06