I have a string like this :
"red blue green Dark Grey purple"
and i want a function that outputs:
"red, blue, green, Dark Grey, purple"
i want words with uppercase first letter that are next to each other to be as one tag, the same thing where there are 3, 4, 5... words one next to the other that have uppercase.
another example:
"lemon orange apple Delicious Black Berry" ==> "lemon, orange, apple, Delicious Black Berry"