I heard this forum is amazing for answering the craziest questions and I have searched hi and low for an answer to my crazy question, however I cannot find an answer. So I am putting this out to the community.
I use PowerShell for my scripting needs. please Don't offer me a solution in another scripting language, I'm sure other script languages will do this, however I need this in PowerShell.
I have many strings that I need to split they are similar in nature to:
HelloWorld
HelloWorldIAmNew
HelloWorldIAmNewToScripting
ThankYouForHelpingMe
I need to split them based on Capital Letters i.e.
Hello World
Hello World I Am New
Hello World I Am New To Scripting
Thank You For Helping Me
I have a basic understanding on splitting strings, but this is harder than your average string.