so I have a string that follows "[option1] [option2] [option3] some more text", how would I extract a array of strings from that string that goes like
"[option1] [option2] [option3] some more text"