I need to split this sentence, where the uppercases occurs. I had tried using find [A-Z] & substring to extract the uppercase. But am not able get proper output.
Thanks in advance
I need to split this sentence, where the uppercases occurs. I had tried using find [A-Z] & substring to extract the uppercase. But am not able get proper output.
Thanks in advance
[A-Z][a-z]*
Use Regex package(https://botstore.automationanywhere.com/bot/a2019-regular-expression-tools-package and action extract matches:
Output
Hi @Sumit Kumar , thanks for the reply
But am not sure how to split into words. I can use this iA-Z]Aa-z]* to find Uppercases but we cannot use this as a delimiter to split right. Could you please help to extract the text from 1 upperletter to next upperletter (for example :She Opened ..... )
Thanks you so much @Sumit Kumar
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.