• Daniela Malagon
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi there,

I already have all the code working, but at the end I don't need to insert all the content of the String variable.

Suppose you have a String variable called: temp --- and this variable contains the following text:

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*
abc abc abc
defghi
jklmnopq 1234 56789

"Start"
More text More text More text More text More text More text More text More text More text More text More text
"End"

1234567890123456 Text Text Text Text Text Text Text Text
More Text Text Text Text Text Text
/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*

I only need to "extract" or "insert" the text that is between "Start" and "End" instead of inserting everything.

How do I do this? What method(s) and/or Functions could I use?

Thanks in advance.

--Nelson.