- Oct 28, 2020
- 11,663
- 14,636
Hi,
as the title says, I want to split composed words into their constituent parts (with space between the words), like for example...
RedDragon --> Red Dragon
MultipleChoices --> Multiple Choices
etc...
Pretty self explanatory
I did look for online solutions but I'm either too stupid and can't figure out how to use them (highly unlikely so please don't call me stupid, only I am allowed to call myself that
), or those online sites are stupid themselves (you can call them stupid if you want, I'm sure they won't mind) and don't understand what I'm trying to do, because they don't split anything, the output they give me is either the same as the input, or they split the words by character (ie. they space out each character, like so: R e d D r a g o n) which is so idiotic...
Does anyone have a solution to this seemingly simple problem?
If I didn't have to split 1000+ words I would do it manually, but I'm not doing it manually for 1000 words.
Thanks in advance to anyone who's willing to help!
as the title says, I want to split composed words into their constituent parts (with space between the words), like for example...
RedDragon --> Red Dragon
MultipleChoices --> Multiple Choices
etc...
Pretty self explanatory
I did look for online solutions but I'm either too stupid and can't figure out how to use them (highly unlikely so please don't call me stupid, only I am allowed to call myself that
Does anyone have a solution to this seemingly simple problem?
If I didn't have to split 1000+ words I would do it manually, but I'm not doing it manually for 1000 words.
Thanks in advance to anyone who's willing to help!

