How can I create a function that selects everything between the words X and Y and pushes it to an array.
By Greili - 4 Hours and 40 Minutes ago.
#NsShinyGiveaway
0 commentsBy ToneBob - 4 Hours and 49 Minutes ago.
#NsShinyGiveaway
0 commentsBy hela222 - 5 Hours and 14 Minutes ago.
#NsShinyGiveaway
sure why not? XD
0 commentsBy NovaSplitz - 5 Hours and 45 Minutes ago.
#NsShinyGiveaway Enjoy life off PokeHeroes buddy.
0 comments
Given the text above, I want to push each word after "By" and before SPACE onto an array. The result must be something like this:
name[0] = "Greili"
name[1] = "ToneBob"
name[2] = "hela222"