playMaker

Author Topic: Any way to get characters between quotations?  (Read 977 times)

paradiseprime

  • Full Member
  • ***
  • Posts: 106
Any way to get characters between quotations?
« on: January 24, 2021, 06:58:34 AM »
What I mean is if I wanted to get the name in quotations from a string like this:

Add up to 3 "thund", "bonk", "whirl" cards from your deck to your hand.

String Contain is not precise enough and iterating through each letter is too slow. Is there some way to read between quotations or get the index of those quotations so I can read whats between them?