0

For ex: I have elements as below:

1.MyFirstword is java

where I need to output as My First word is java

Can we get this using regex exp to give space between words

Nikiii
  • 1
  • based on what logic they should be splitted ? – SelVazi Feb 23 '23 at 11:57
  • I need to split the sentence as per words. My expected output is "My First word is java" but while extracting the word I am getting "MyFirstword is java" so expected and actual is not matching. – Nikiii Feb 23 '23 at 12:33

0 Answers0