Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: paradiseprime on January 24, 2021, 06:58:34 AM

Title: Any way to get characters between quotations?
Post by: paradiseprime 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?